html {
    background-color: #f2f4f8; 
}


body {
    font-family:  "Microsoft YaHei",Arial;
    font-size: 14px;
    /*color: #58666e;*/
    background-color: #f6f6f6;
    -webkit-font-smoothing: antialiased;
    line-height: 1.8;
    overflow-x: auto;
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    margin: 0;
}
a {
    color: #3c4144;
    text-decoration: none;
}
a:hover{
    color: #181a1c;
    text-decoration: none;
    outline:none;
}
a:focus{
    text-decoration: none;
    outline:none;
}

label {
    font-weight: normal;
}
small,
.small {
    font-size: 12px;
}
.badge,
.label {
    font-weight: bold;
}
.badge {
    background-color: #b0bcd4;
}
.badge.up {
    position: relative;
    top: -10px;
    padding: 3px 6px;
    margin-left: -10px;
}
.badge-sm {
    font-size: 85%;
    padding: 2px 5px !important;
}
.label-sm {
    padding-top: 0;
    padding-bottom: 0;
}
.badge-white {
    background-color: transparent;
    border: 1px solid rgba(255,255,255,0.35);
    padding: 2px 6px;
}
.badge-empty {
    background-color: transparent;
    border: 1px solid rgba(0,0,0,0.15);
    color: inherit;
}
.caret-white {
    border-top-color: #fff;
    border-top-color: rgba(255,255,255,0.65);
}
a:hover .caret-white {
    border-top-color: #fff;
}

.thumbnail {
    border-color: #eeeeee;
}
.popover-content {
    font-size: 12px;
    line-height: 1.5;
}
.progress-xs {
    height: 6px;
}
.progress-sm {
    height: 10px;
}
.progress-sm .progress-bar {
    font-size: 10px;
    line-height: 1em;
}
.progress,
.progress-bar {
    -webkit-box-shadow: none;
    box-shadow: none;
}
.breadcrumb {
    background-color: #fff;
    border: 1px solid #eeeeee;
    padding-left: 10px;
    margin-bottom: 10px;
}
.breadcrumb > li + li:before,
.breadcrumb > .active {
    color: inherit;
}
.breadcrumb h1{font-size:14px;display: inline;}
.breadcrumb2 {
    background-color: #fff;
    border: 1px solid #eeeeee;
    padding-left: 0px;
    margin-top: -10px;
    margin-bottom: 5px;
}
.breadcrumb2 a{
    color:#128bed;
}
.breadcrumb2 > li + li:before{
    color: #128bed;
}
.accordion-group,
.accordion-inner {
    border-color: #eeeeee;
    border-radius: 2px;
}
.alert {
    font-size: 12px;
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.2);
}
.alert .close i {
    font-size: 12px;
    font-weight: normal;
    display: block;
}
.form-control {
    border-color: #cbd5dd;
    border-radius: 2px;
}
.form-control,
.form-control:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
}
.form-control:focus {
    border-color: #177bbb;
}
.input-s-sm {
    width: 120px;
}
.input-s {
    width: 200px;
}
.input-s-lg {
    width: 250px;
}
.input-group-addon {
    border-color: #cbd5dd;
    background-color: #fcfcfc;
}
.list-group {
    border-radius: 2px;
}
.list-group.no-radius .list-group-item {
    border-radius: 0 !important;
}
.list-group.no-borders .list-group-item {
    border: none;
}
.list-group.no-border .list-group-item {
    border-width: 1px 0;
}
.list-group.no-bg .list-group-item {
    background-color: transparent;
}
.list-group-item {
    border-color: #eeeeee;
    padding-right: 15px;
}
a.list-group-item{
    color: #333;
}
a.list-group-item:hover,
a.list-group-item:focus {
    background-color: #f9fafc;
}
.list-group-item.media {
    margin-top: 0;
}
.list-group-item.active {
    color: #fff;
    /*  border-color: #1ccacc !important;
background-color: #1ccacc !important; */
}
.list-group-item.active .text-muted {
    color: #91eff0;
}
.list-group-item.active a {
    color: #fff;
}
.list-group-alt .list-group-item:nth-child(2n+2) {
    background-color: rgba(0,0,0,0.02) !important;
}
.list-group-lg .list-group-item {
    padding-top: 15px;
    padding-bottom: 15px;
}
.list-group-sp .list-group-item {
    margin-bottom: 5px;
    border-radius: 3px;
}
.list-group-item > .badge {
    margin-right: 0;
}
.list-group-item > .badge.bg-primary{
    background: #128bed;
    color: #fff;
    margin-top: 2px;
}
.list-group-item > .fa-chevron-right {
    float: right;
    margin-top: 4px;
    margin-right: -5px;
}
.list-group-item > .fa-chevron-right + .badge {
    margin-right: 5px;
}
.list-group-ria .head-item{
    background: #fcfcfc;
    font-size: 16px;
    margin: 0px;
    font-weight: normal;
    line-height: 31px;
}
.list-group-ria .list-group-item{
    padding-right: 0px;
}
.list-group-ria .img{
    width: 54px;
    height: 54px;
    float: left;
}
.list-group-ria .img>img{
    width: 100%;
    height: 100%;
    object-fit: contain;
    border-radius: 6px;
}
.list-group-ria .content{
    padding-left: 10px;
    width: 210px;
    height: 54px;
    display: table-cell;
    vertical-align: middle;
}
.list-group-ria .ellipsis{
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    word-break: keep-all;
    max-width: 200px;
}
.list-group-ria .desc{
    color: #999;
    font-size: 14px;
}
.list-group-ria a:hover{
    color: #128bed;
}
.list-group-nhover .list-group-item:hover{
    background: #F2F9FC;
    color: #128bed;
}

.nav-pills.no-radius > li > a {
    border-radius: 0;
}
.nav-pills > li.active > a {
    color: #fff !important;
    background-color: #24c2a6;
}

.nav-pills > li.active > a:hover{
    color: #fff !important;
    background-color: #21AA91;
}


.nav > li > a:hover,
.nav > li > a:focus {
    background-color: #f7f8fb;
}
.nav.nav-sm > li > a {
    padding: 6px 8px;
}
.nav .avatar {
    width: 30px;
    margin-top: -5px;
    margin-right: 5px;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
    background-color: #f7f8fb;
}
.panel {
    border-radius: 0px;
    box-shadow: none;
    border:solid 1px #eeeeee;
}
.panel.panel-default {
    border-color: #eeeeee;
}
.panel.panel-default > .panel-heading,
.panel.panel-default > .panel-footer {
    border-color: #eeeeee;
}
.panel .list-group-item {
    border-color: #f3f5f7;
    border-radius: 0px;
}
.panel.no-borders {
    border-width: 0;
}
.panel.no-borders .panel-heading,
.panel.no-borders .panel-footer {
    border-width: 0;
}
.panel .table td,
.panel .table th {
    padding: 8px 15px;
    border-top: 1px solid #eeeeee;
}
.panel .table thead > tr > th {
    border-bottom: 1px solid #eeeeee;
}
.panel .table-striped > tbody > tr:nth-child(odd) > td,
.panel .table-striped > tbody > tr:nth-child(odd) > th {
    background-color: #f9fafc;
}
.panel .table-striped > thead th {
    background-color: #f9fafc;
    border-right: 1px solid #eeeeee;
}
.panel .table-striped > thead th:last-child {
    border-right: none;
}
.panel-heading {
    border-radius: 2px 2px 0 0;
}
.panel-default .panel-heading {
    background-color: #f9fafc;
}
.panel-heading.no-border {
    margin: -1px -1px 0 -1px;
    border: none;
}
.panel-heading .nav {
    margin: -10px -15px;
}
.panel-heading .nav > li > a {
    border-radius: 2px 2px 0 0;
    margin: 0;
    border-bottom-color: #eeeeee !important;
}
.panel-heading .nav > li.active > a {
    border-color: #eeeeee !important;
    border-bottom-color: #fff !important;
}
.panel-heading .nav-tabs {
    margin: -11px -16px;
    border-color: #eeeeee;
}
.panel-heading .nav-tabs.nav-justified {
    width: auto;
}
.panel-heading .nav-tabs > li > a {
    padding-top: 11px;
    padding-bottom: 11px;
}
.panel-heading .list-group {
    background: transparent;
}
.panel-footer {
    border-color: #eeeeee;
    border-radius: 0 0 2px 2px;
    background-color: #f9fafc;
}
.panel-group .panel-heading + .panel-collapse .panel-body {
    border-top: 1px solid #eaedef;
}
.open {
    z-index: 1050;
    position: relative;
}
.dropdown-menu {
    font-size: 13px;
    border-radius: 2px;
    -webkit-box-shadow: 0 2px 6px rgba(0,0,0,0.1);
    box-shadow: 0 2px 6px rgba(0,0,0,0.1);
    border: 1px solid #ddd;
    border: 1px solid rgba(0,0,0,0.1);
}
.dropdown-menu.pull-left {
    left: 100%;
}
.dropdown-menu > .panel {
    border: none;
    margin: -5px 0;
}
.dropdown-menu > li > a {
    padding: 5px 15px;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus,
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
    background-image: none;
    filter: none;
    background-color: #f2f4f8 !important;
    color: #181a1c;
}
.dropdown-header {
    padding: 5px 15px;
}
.dropdown-submenu {
    position: relative;
}
.dropdown-submenu:hover > a,
.dropdown-submenu:focus > a {
    background-color: #f2f4f8 !important;
    color: #788288;
}
.dropdown-submenu:hover > .dropdown-menu,
.dropdown-submenu:focus > .dropdown-menu {
    display: block;
}
.dropdown-submenu.pull-left {
    float: none !important;
}
.dropdown-submenu.pull-left > .dropdown-menu {
    left: -100%;
    margin-left: 10px;
}
.dropdown-submenu .dropdown-menu {
    left: 100%;
    top: 0;
    margin-top: -6px;
    margin-left: -1px;
}
.dropup .dropdown-submenu > .dropdown-menu {
    top: auto;
    bottom: 0;
}
.dropdown-select > li > a input {
    position: absolute;
    left: -9999em;
}
.carousel-control {
    width: 40px;
    color: #999;
    text-shadow: none;
}
.carousel-control:hover,
.carousel-control:focus {
    color: #ccc;
    text-decoration: none;
    opacity: 0.9;
    filter: alpha(opacity=90);
}
.carousel-control.left,
.carousel-control.right {
    background-image: none;
    filter: none;
}
.carousel-control i {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 5;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-top: -10px;
    margin-left: -10px;
}
.carousel-indicators.out {
    bottom: -5px;
}
.carousel-indicators li {
    -webkit-transition: background-color .25s;
    transition: background-color .25s;
    background: #ddd;
    background-color: rgba(0,0,0,0.2);
    border: none;
}
.carousel-indicators .active {
    background: #f0f0f0;
    background-color: rgba(200,200,200,0.2);
    width: 10px;
    height: 10px;
    margin: 1px;
}
.carousel.carousel-fade .item {
    -webkit-transition: opacity .25s;
    transition: opacity .25s;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    opacity: 0;
    filter: alpha(opacity=0);
}
.carousel.carousel-fade .active {
    opacity: 1;
    filter: alpha(opacity=1);
}
.carousel.carousel-fade .active.left,
.carousel.carousel-fade .active.right {
    left: 0;
    z-index: 2;
    opacity: 0;
    filter: alpha(opacity=0);
}
.carousel.carousel-fade .next,
.carousel.carousel-fade .prev {
    left: 0;
    z-index: 1;
}
.carousel.carousel-fade .carousel-control {
    z-index: 3;
}
.col-lg-2-4 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
}
.col-0 {
    clear: left;
}
.row.no-gutter {
    margin-left: 0;
    margin-right: 0;
}
.no-gutter [class*="col"] {
    padding: 0;
}
.modal-backdrop {
    background-color: #222733;
}
.modal-backdrop.in {
    opacity: 0.8;
    filter: alpha(opacity=80);
}
.modal-over {
    width: 100%;
    height: 100%;
    position: relative;
    background: #222733;
}
.modal-center {
    position: absolute;
    left: 50%;
    top: 50%;
}
.modal-content {
    -webkit-box-shadow: 0 2px 10px rgba(0,0,0,0.25);
    box-shadow: 0 2px 10px rgba(0,0,0,0.25);
}
/*二层弹框处理层级*/
#indictModal, #confirmModal, #loginModal, #mapModal, #certPayModal, #spledgeModal, #pledgeModal{
    z-index: 1060;
}
.modal-backdrop+.modal-backdrop{
    z-index: 1055;
}
.icon-muted {
    color: #ccc;
}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
    border-color: transparent;
}
.navbar-fixed-top,
.navbar-fixed-bottom {
    position: fixed !important;
}
.navbar-fixed-top + * {
    padding-top: 50px;
}
.navbar-fixed-top.header-md + * {
    padding-top: 60px;
}
.header,
.footer {
    min-height: 50px;
    padding: 0 15px;
}
.header > p,
.footer > p {
    margin-top: 15px;
    display: inline-block;
}
.header > .btn,
.header > .btn-group,
.header > .btn-toolbar,
.footer > .btn,
.footer > .btn-group,
.footer > .btn-toolbar {
    margin-top: 10px;
}
.header > .btn-lg,
.footer > .btn-lg {
    margin-top: 0;
}
.header .nav-tabs,
.footer .nav-tabs {
    border: none;
    margin-left: -15px;
    margin-right: -15px;
}
.header .nav-tabs > li a,
.footer .nav-tabs > li a {
    border: none !important;
    border-radius: 0;
    padding-top: 15px;
    padding-bottom: 15px;
    line-height: 20px;
}
.header .nav-tabs > li a:hover,
.header .nav-tabs > li a:focus,
.footer .nav-tabs > li a:hover,
.footer .nav-tabs > li a:focus {
    background-color: transparent;
}
.header .nav-tabs > li.active a,
.footer .nav-tabs > li.active a {
    color: #788288;
}
.header .nav-tabs > li.active a,
.header .nav-tabs > li.active a:hover,
.footer .nav-tabs > li.active a,
.footer .nav-tabs > li.active a:hover {
    background-color: #f2f4f8;
}
.header .nav-tabs.nav-white > li.active a,
.header .nav-tabs.nav-white > li.active a:hover,
.footer .nav-tabs.nav-white > li.active a,
.footer .nav-tabs.nav-white > li.active a:hover {
    background-color: #fff;
}
.header.navbar,
.footer.navbar {
    border-radius: 0;
    border: none;
    margin-bottom: 0;
    padding: 0;
    position: relative;
    z-index: 1000; 
	-webkit-box-shadow: 0 1px 5px rgba(0,0,0,.01);
	box-shadow: 0 1px 5px rgba(0,0,0,.01);
}
body.container {
    padding: 0;
}
@media (min-width: 768px) {
    body.container {
        -webkit-box-shadow: 0 3px 60px rgba(0,0,0,0.3);
        box-shadow: 0 3px 60px rgba(0,0,0,0.3);
        border-left: 1px solid #cbd5dd;
        border-right: 1px solid #cbd5dd;
    }
    .app,
    .app body {
        height: 100%;
        overflow-y: auto;
        overflow-x: hidden;
    }
    .app .hbox.stretch {
        height: 100%;
    }
    .app .vbox > section,
    .app .vbox > footer {
        position: absolute;
    }
    .app .vbox.flex > section > section {
        overflow: auto;
    }
    .hbox {
        display: table;
        table-layout: fixed;
        border-spacing: 0;
        width: 100%;
    }
    .hbox > aside,
    .hbox > section {
        display: table-cell;
        vertical-align: top;
        height: 100%;
        float: none;
    }
    .hbox > aside.show,
    .hbox > aside.hidden-sm,
    .hbox > section.show,
    .hbox > section.hidden-sm {
        display: table-cell !important;
    }
    .vbox {
        display: table;
        border-spacing: 0;
        position: relative;
        height: 100%;
        width: 100%;
    }
    .vbox > section,
    .vbox > footer {
        top: 0;
        bottom: 0;
        width: 100%;
    }
    .vbox > header ~ section {
        top: 50px;
    }
    .vbox > header.header-md ~ section {
        top: 60px;
    }
    .vbox > section.w-f {
        /*bottom: 50px;*/
    }
    .vbox > footer {
        top: auto;
        z-index: 1000;
    }
    .vbox > footer ~ section {
        bottom: 50px;
    }
    .vbox.flex > header,
    .vbox.flex > section,
    .vbox.flex > footer {
        position: inherit;
    }
    .vbox.flex > section {
        display: table-row;
        height: 100%;
    }
    .vbox.flex > section > section {
        position: relative;
        height: 100%;
        -webkit-overflow-scrolling: touch;
    }
    .ie .vbox.flex > section > section {
        display: table-cell;
    }
    .vbox.flex > section > section > section {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
    }
    .aside-xs {
        width: 60px;
    }
    .aside-sm {
        width: 150px;
    }
    .aside {
        width: 200px;
    }
    .aside-md {
        width: 240px;
    }
    .aside-lg {
        width: 300px;
    }
    .aside-xl {
        width: 360px;
    }
    .aside-xxl {
        width: 480px;
    }
    .header-md {
        min-height: 56px;
    }
    .header-md .navbar-form {
        margin-top: 12px;
    /*     margin-bottom: 15px; */
    }
    .scrollable {
        -webkit-overflow-scrolling: touch;
    }

}
.scrollable {
    overflow-x: hidden;
    overflow-y: auto;
}
.no-touch .scrollable.hover {
    overflow-y: hidden;
}
.no-touch .scrollable.hover:hover {
    overflow: visible;
    overflow-y: auto;
}
.no-touch ::-webkit-scrollbar-button {
    width: 10px;
    height: 6px;
    background-color: rgba(50,50,50,0.05);
}
.slimScrollBar {
    border-radius: 5px;
    border: 2px solid transparent;
    border-radius: 10px;
    background-clip: padding-box !important;
}
@media print {
    html,
    body,
    .hbox,
    .vbox {
        height: auto;
    }
    .vbox > section,
    .vbox > footer {
        position: relative;
    }
    a[href]:after {
        content: none !important;
    }
    .bottomSuspend {
        display: none;
    }
}
.navbar-header {
    position: relative;
}
.navbar-header > .btn {
    position: absolute;
    font-size: 1.3em;
    padding: 9px 16px;
    line-height: 30px;
    left: 0;
}
.navbar-header .navbar-brand + .btn {
    right: 0;
    top: 0;
    left: auto;
}
.navbar-brand {
    float: none;
    text-align: center;
    font-size: 20px;
    font-weight: 700;
    height: auto;
    line-height: 50px;
    display: inline-block;
    padding: 0 15px;
}
.navbar-brand:hover {
    text-decoration: none;
}
.navbar-brand img {
    max-height: 20px;
    margin-top: -4px;
    vertical-align: middle;
}
.nav-primary li > a > i {
    margin: -8px -10px;
    line-height: 36px;
    width: 36px;
    float: left;
    margin-right: 5px;
    text-align: center;
    position: relative;
    overflow: hidden;
}
.nav-primary li > a > i:before {
    position: relative;
    z-index: 2;
}
.nav-primary ul.nav > li > a {
    padding: 8px 15px;
    position: relative;
    -webkit-transition: background-color .2s ease-in-out 0s;
    transition: background-color .2s ease-in-out 0s;
}
.no-borders .nav-primary ul.nav > li > a {
    border-width: 0 !important;
}
.nav-primary ul.nav > li > a > .badge {
    font-size: 11px;
    padding: 2px 5px 2px 4px;
    margin-top: 2px;
}
.nav-primary ul.nav > li > a > .text-muted {
    margin: 0 3px;
}
.nav-primary ul.nav > li > a.active .text {
    display: none;
}
.nav-primary ul.nav > li > a.active .text-active {
    display: inline-block !important;
}
.nav-primary ul.nav > li li a {
    font-weight: normal;
    text-transform: none;
}
.nav-primary ul.nav > li.active > ul {
    display: block;
}
.nav-primary ul.nav ul {
    display: none;
}
.bg-black .nav-primary > ul.nav-main > li:hover > a,
.bg-black .nav-primary > ul.nav-main > li:focus > a,
.bg-black .nav-primary > ul.nav-main > li:active > a,
.bg-black .nav-primary > ul.nav-main > li.active > a {
    background-color: #1aae88;
}
@media (min-width: 768px) {
    .visible-nav-xs {
        display: none;
    }
    .nav-xs {
        width: 70px;
    }
    .nav-xs .slimScrollDiv,
    .nav-xs .slim-scroll {
        overflow: visible !important;
    }
    .nav-xs .slimScrollBar,
    .nav-xs .slimScrollRail {
        display: none !important;
    }
    .nav-xs .scrollable {
        overflow: visible;
    }
    .nav-xs .nav-primary > ul > li > a {
        position: relative;
        padding: 0;
        font-size: 11px;
        text-align: center;
        height: 50px;
        overflow-y: hidden;
        border: none;
    }
    .nav-xs .nav-primary > ul > li > a span {
        display: table-cell;
        vertical-align: middle;
        height: 50px;
        width: 70px;
    }
    .nav-xs .nav-primary > ul > li > a span.pull-right {
        display: none !important;
    }
    .nav-xs .nav-primary > ul > li > a i {
        width: auto;
        float: none;
        display: block;
        font-size: 16px;
        margin: 0;
        line-height: 50px;
        border: none !important;
        -webkit-transition: margin-top 0.2s;
        transition: margin-top 0.2s;
    }
    .nav-xs .nav-primary > ul > li > a i b {
        left: 0 !important;
    }
    .nav-xs .nav-primary > ul > li > a .badge {
        position: absolute;
        right: 10px;
        top: 4px;
        z-index: 3;
    }
    .nav-xs .nav-primary > ul > li:hover > a i,
    .nav-xs .nav-primary > ul > li:focus > a i,
    .nav-xs .nav-primary > ul > li:active > a i,
    .nav-xs .nav-primary > ul > li.active > a i {
        margin-top: -50px;
    }
    .nav-xs .nav-primary > ul ul {
        display: none !important;
        position: absolute;
        left: 100%;
        top: 0;
        z-index: 1050;
        width: 220px;
        -webkit-box-shadow: 0 2px 6px rgba(0,0,0,0.1);
        box-shadow: 0 2px 6px rgba(0,0,0,0.1);
    }
    .nav-xs .nav-primary li:hover > ul,
    .nav-xs .nav-primary li:focus > ul,
    .nav-xs .nav-primary li:active > ul {
        display: block !important;
    }
    .nav-xs.nav-xs-right .nav-primary > ul ul {
        left: auto;
        right: 100%;
    }
    .nav-xs > .vbox > .header,
    .nav-xs > .vbox > .footer {
        padding: 0 20px;
    }
    .nav-xs .hidden-nav-xs {
        display: none;
    }
    .nav-xs .visible-nav-xs {
        display: inherit;
    }
    .nav-xs .text-center-nav-xs {
        text-align: center;
    }
    .nav-xs .nav-user {
        padding-left: 0;
        padding-right: 0;
    }
    .nav-xs .nav-user .avatar {
        float: none !important;
        margin-right: 0;
    }
    .nav-xs .nav-user .dropdown > a {
        display: block;
        text-align: center;
    }
    .nav-xs .navbar-header {
        float: none;
    }
    .nav-xs .navbar-brand {
        display: block;
        padding: 0;
    }
    .nav-xs .navbar-brand img {
        margin-right: 0;
    }
    .nav-xs .navbar {
        padding: 0;
    }
    .header-md .navbar-brand {
        line-height: 56px;
    }
    .header-md .navbar-brand img {
        max-height: 37px;
    }
    .header-md .navbar-nav > li > a {
        padding: 18px;
        padding-right:25px;
    }
}
@media (max-width: 767px) {
    .navbar-fixed-top-xs {
        position: fixed !important;
        left: 0;
        width: 100%;
        z-index: 1100;
    }
    .navbar-fixed-top-xs + * {
        padding-top: 50px !important;
    }
    .nav-bar-fixed-bottom {
        position: fixed;
        left: 0;
        bottom: 0;
        width: 100%;
        z-index: 1100;
    }
    html,
    body {
        overflow-x: hidden;
        min-height: 100%;
    }
    .nav-primary .dropdown-menu {
        position: relative;
        float: none;
        left: 0;
        margin-left: 0;
        padding: 0;
    }
    .nav-primary .dropdown-menu a {
        padding: 15px;
        border-bottom: 1px solid #eee;
    }
    .nav-primary .dropdown-menu li:last-child a {
        border-bottom: none;
    }
    .navbar-header {
        text-align: center;
    }
    .nav-user {
        margin: 0;
        padding: 15px;
    }
    .nav-user.open {
        display: inherit !important;
    }
    .nav-user .dropdown-menu {
        display: block;
        position: static;
        float: none;
    }
    .nav-user .dropdown > a {
        display: block;
        text-align: center;
        font-size: 18px;
        padding-bottom: 10px;
    }
    .nav-user .avatar {
        width: 160px !important;
        float: none !important;
        display: block;
        margin: 20px auto;
        padding: 5px;
        background-color: rgba(255,255,255,0.1);
        position: relative;
    }
    .nav-user .avatar:before {
        content: "";
        position: absolute;
        left: 5px;
        right: 5px;
        bottom: 5px;
        top: 5px;
        border: 4px solid #fff;
        border-radius: 500px;
    }
    .nav-off-screen {
        display: block !important;
        position: absolute;
        left: 0;
        top: 0px;
        bottom: 0;
        width: 75%;
        visibility: visible;
        overflow-x: hidden;
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
    }
    .nav-off-screen .nav-primary {
        display: block !important;
    }
    .nav-off-screen .navbar-fixed-top-xs {
        width: 75%;
    }
    .nav-off-screen.push-right .navbar-fixed-top-xs {
        left: 25%;
    }
    .nav-off-screen.push-right {
        left: auto;
        right: 0;
    }
    .nav-off-screen.push-right + * {
        -webkit-transform: translate3d(-75%,0px,0px);
        transform: translate3d(-75%,0px,0px);
    }
    .nav-off-screen + * {
        background-color: #f2f4f8;
        -webkit-transition: -webkit-transform 0.2s ease-in-out;
        -moz-transition: -moz-transform 0.2s ease-in-out;
        -o-transition: -o-transform 0.2s ease-in-out;
        transition: transform 0.2s ease-in-out;
        -webkit-transition-delay: 0s;
        transition-delay: 0s;
        -webkit-transform: translate3d(0px,0px,0px);
        transform: translate3d(0px,0px,0px);
        -webkit-backface-visibility: hidden;
        -moz-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-transform: translate3d(75%,0px,0px);
        transform: translate3d(75%,0px,0px);
        overflow: hidden;
        position: absolute;
        width: 100%;
        top: 0px;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: 2;
    }
    .nav-off-screen + * .nav-off-screen-block {
        display: block !important;
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        z-index: 1950;
    }
    .navbar + section .nav-off-screen {
        top: 50px;
    }
    .navbar + section .nav-off-screen + * {
        top: 50px;
    }
    .slimScrollDiv,
    .slim-scroll {
        overflow: visible !important;
        height: auto !important;
    }
    .slimScrollBar,
    .slimScrollRail {
        display: none !important;
    }
}
.arrow {
    border-width: 8px;
    z-index: 10;
}
.arrow,
.arrow:after {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
}
.arrow:after {
    border-width: 7px;
    content: "";
}
.arrow.top {
    left: 50%;
    margin-left: -8px;
    border-top-width: 0;
    border-bottom-color: #eee;
    border-bottom-color: rgba(0,0,0,0.1);
    top: -8px;
}
.arrow.top:after {
    content: " ";
    top: 1px;
    margin-left: -7px;
    border-top-width: 0;
    border-bottom-color: #fff;
}
.arrow.right {
    top: 50%;
    right: -8px;
    margin-top: -8px;
    border-right-width: 0;
    border-left-color: #eee;
    border-left-color: rgba(0,0,0,0.1);
}
.arrow.right:after {
    content: " ";
    right: 1px;
    border-right-width: 0;
    border-left-color: #fff;
    bottom: -7px;
}
.arrow.bottom {
    left: 50%;
    margin-left: -8px;
    border-bottom-width: 0;
    border-top-color: #eee;
    border-top-color: rgba(0,0,0,0.1);
    bottom: -8px;
}
.arrow.bottom:after {
    content: " ";
    bottom: 1px;
    margin-left: -7px;
    border-bottom-width: 0;
    border-top-color: #fff;
}
.arrow.left {
    top: 50%;
    left: -8px;
    margin-top: -8px;
    border-left-width: 0;
    border-right-color: #eee;
    border-right-color: rgba(0,0,0,0.1);
}
.arrow.left:after {
    content: " ";
    left: 1px;
    border-left-width: 0;
    border-right-color: #fff;
    bottom: -7px;
}
.btn-link {
    color: #788288;
    text-decoration: none;
}
.btn-link.active {
    webkit-box-shadow: none;
    box-shadow: none;
}
.btn:focus, .btn:active:focus, .btn.active:focus{
    outline: none;
}
.btn-default {
    color: #788288;
    background-color: #fff;
    border-color: #D6D6D6;
    border-bottom-color: #D6D6D6;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
    color: #788288;
    background-color: #ebeef4;
    border-color: #b9c6d0;
}
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
    background-image: none;
}
.btn-default.disabled,
.btn-default.disabled:hover,
.btn-default.disabled:focus,
.btn-default.disabled:active,
.btn-default.disabled.active,
.btn-default[disabled],
.btn-default[disabled]:hover,
.btn-default[disabled]:focus,
.btn-default[disabled]:active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default,
fieldset[disabled] .btn-default:hover,
fieldset[disabled] .btn-default:focus,
fieldset[disabled] .btn-default:active,
fieldset[disabled] .btn-default.active {
    background-color: #fcfcfc;
    border-color: #d2dae1;
}
.btn-default.btn-bg {
    border-color: rgba(0,0,0,0.1);
    background-clip: padding-box;
}
.btn-primary {
    color: #fff !important;
    background-color: #128bed;
    border-color: #128bed;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
    color: #fff !important;
    background-color: #146ca4;
    border-color: #136397;
}
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
    background-image: none;
}
.btn-primary.disabled,
.btn-primary.disabled:hover,
.btn-primary.disabled:focus,
.btn-primary.disabled:active,
.btn-primary.disabled.active,
.btn-primary[disabled],
.btn-primary[disabled]:hover,
.btn-primary[disabled]:focus,
.btn-primary[disabled]:active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary,
fieldset[disabled] .btn-primary:hover,
fieldset[disabled] .btn-primary:focus,
fieldset[disabled] .btn-primary:active,
fieldset[disabled] .btn-primary.active {
    background-color: #128bed;
    border-color: #128bed;
}
.btn-success {
    color: #fff !important;
    background-color: #1aae88;
    border-color: #1aae88;
}
.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
    color: #fff !important;
    background-color: #179877;
    border-color: #158b6c;
}
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
    background-image: none;
}
.btn-success.disabled,
.btn-success.disabled:hover,
.btn-success.disabled:focus,
.btn-success.disabled:active,
.btn-success.disabled.active,
.btn-success[disabled],
.btn-success[disabled]:hover,
.btn-success[disabled]:focus,
.btn-success[disabled]:active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success,
fieldset[disabled] .btn-success:hover,
fieldset[disabled] .btn-success:focus,
fieldset[disabled] .btn-success:active,
fieldset[disabled] .btn-success.active {
    background-color: #1aae88;
    border-color: #1aae88;
}
.btn-info {
    color: #fff !important;
    background-color: #1ccacc;
    border-color: #1ccacc;
}
.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.open .dropdown-toggle.btn-info {
    color: #fff !important;
    background-color: #19b4b6;
    border-color: #17a6a8;
}
.btn-info:active,
.btn-info.active,
.open .dropdown-toggle.btn-info {
    background-image: none;
}
.btn-info.disabled,
.btn-info.disabled:hover,
.btn-info.disabled:focus,
.btn-info.disabled:active,
.btn-info.disabled.active,
.btn-info[disabled],
.btn-info[disabled]:hover,
.btn-info[disabled]:focus,
.btn-info[disabled]:active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info,
fieldset[disabled] .btn-info:hover,
fieldset[disabled] .btn-info:focus,
fieldset[disabled] .btn-info:active,
fieldset[disabled] .btn-info.active {
    background-color: #1ccacc;
    border-color: #1ccacc;
}
.btn-warning {
    color: #fff !important;
    background-color: #F5A623;
    border-color: #F5A623;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.open .dropdown-toggle.btn-warning {
    color: #fff !important;
    background-color: #fcbf1a;
    border-color: #fbbb0b;
}
.btn-warning:active,
.btn-warning.active,
.open .dropdown-toggle.btn-warning {
    background-image: none;
}
.btn-warning.disabled,
.btn-warning.disabled:hover,
.btn-warning.disabled:focus,
.btn-warning.disabled:active,
.btn-warning.disabled.active,
.btn-warning[disabled],
.btn-warning[disabled]:hover,
.btn-warning[disabled]:focus,
.btn-warning[disabled]:active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning,
fieldset[disabled] .btn-warning:hover,
fieldset[disabled] .btn-warning:focus,
fieldset[disabled] .btn-warning:active,
fieldset[disabled] .btn-warning.active {
    background-color: #fcc633;
    border-color: #fcc633;
}
.btn-danger {
    color: #fff !important;
    background-color: #FD485E;
    border-color: #FD485E;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.open .dropdown-toggle.btn-danger {
    color: #fff !important;
    background-color: #dd1e32;
    border-color: #d01c2f;
}
.btn-danger:active,
.btn-danger.active,
.open .dropdown-toggle.btn-danger {
    background-image: none;
}
.btn-danger.disabled,
.btn-danger.disabled:hover,
.btn-danger.disabled:focus,
.btn-danger.disabled:active,
.btn-danger.disabled.active,
.btn-danger[disabled],
.btn-danger[disabled]:hover,
.btn-danger[disabled]:focus,
.btn-danger[disabled]:active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger,
fieldset[disabled] .btn-danger:hover,
fieldset[disabled] .btn-danger:focus,
fieldset[disabled] .btn-danger:active,
fieldset[disabled] .btn-danger.active {
    background-color: #e33244;
    border-color: #e33244;
}
.btn-dark {
    color: #fff !important;
    background-color: #222733;
    border-color: #222733;
}
.btn-dark:hover,
.btn-dark:focus,
.btn-dark:active,
.btn-dark.active,
.open .dropdown-toggle.btn-dark {
    color: #fff !important;
    background-color: #181b24;
    border-color: #12141b;
}
.btn-dark:active,
.btn-dark.active,
.open .dropdown-toggle.btn-dark {
    background-image: none;
}
.btn-dark.disabled,
.btn-dark.disabled:hover,
.btn-dark.disabled:focus,
.btn-dark.disabled:active,
.btn-dark.disabled.active,
.btn-dark[disabled],
.btn-dark[disabled]:hover,
.btn-dark[disabled]:focus,
.btn-dark[disabled]:active,
.btn-dark[disabled].active,
fieldset[disabled] .btn-dark,
fieldset[disabled] .btn-dark:hover,
fieldset[disabled] .btn-dark:focus,
fieldset[disabled] .btn-dark:active,
fieldset[disabled] .btn-dark.active {
    background-color: #222733;
    border-color: #222733;
}
.btn {
    font-weight: normal;
    border-radius: 2px;
}
.btn-icon {
    padding-left: 0 !important;
    padding-right: 0 !important;
    width: 34px;
    text-align: center;
}
.btn-icon.b-2x {
    width: 36px;
}
.btn-icon.btn-sm {
    width: 30px;
}
.btn-icon.btn-sm.b-2x {
    width: 32px;
}
.btn-icon.btn-lg {
    width: 45px;
}
.btn-icon.btn-lg.b-2x {
    width: 47px;
}
.btn-group-justified {
    border-collapse: separate;
}
.btn-rounded {
    border-radius: 50px;
    padding-left: 15px;
    padding-right: 15px;
}
.btn-rounded.btn-lg {
    padding-left: 25px;
    padding-right: 25px;
}
.btn > i.pull-left,
.btn > i.pull-right {
    line-height: 1.428571429;
}
.btn-block {
    padding-left: 12px;
    padding-right: 12px;
}
.btn-group-vertical > .btn:first-child:not(:last-child) {
    border-top-right-radius: 2px;
}
.btn-group-vertical > .btn:last-child:not(:first-child) {
    border-bottom-left-radius: 2px;
}
.btn-inactive {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}
.chat-item:before,
.chat-item:after {
    content: " ";
    display: table;
}
.chat-item:after {
    clear: both;
}
.chat-item .arrow {
    top: 20px;
}
.chat-item .arrow.right:after {
    border-left-color: #f2f4f8;
}
.chat-item .chat-body {
    position: relative;
    margin-left: 45px;
    min-height: 30px;
}
.chat-item .chat-body .panel {
    margin: 0 -1px;
}
.chat-item.right .chat-body {
    margin-left: 0;
    margin-right: 45px;
}
.chat-item+.chat-item {
    margin-top: 15px;
}
.comment-list {
    position: relative;
}
.comment-list .comment-item {
    margin-top: 0;
    position: relative;
}
.comment-list .comment-item > .thumb-sm {
    width: 36px;
}
.comment-list .comment-item .arrow.left {
    top: 20px;
    left: 39px;
}
.comment-list .comment-item .comment-body {
    margin-left: 46px;
}
.comment-list .comment-item .panel-body {
    padding: 10px 15px;
}
.comment-list .comment-item .panel-heading,
.comment-list .comment-item .panel-footer {
    position: relative;
    font-size: 12px;
    background-color: #fff;
}
.comment-list .comment-reply {
    margin-left: 46px;
}
.comment-list:before {
    /* position: absolute;
top: 0;
bottom: 35px;
left: 18px;
width: 1px;
background: #e0e4e8;
content: ''; */
}
.timeline {
    display: table;
    width: 100%;
    border-spacing: 0;
    table-layout: fixed;
    position: relative;
    border-collapse: collapse;
}
.timeline:before {
    content: "";
    width: 1px;
    margin-left: -1px;
    position: absolute;
    left: 50%;
    top: 0;
    bottom: 30px;
    background-color: #ddd;
    z-index: 0;
}
.timeline .timeline-date {
    position: absolute;
    width: 150px;
    left: -200px;
    top: 50%;
    margin-top: -9px;
    text-align: right;
}
.timeline .timeline-icon {
    position: absolute;
    left: -41px;
    top: -2px;
    top: 50%;
    margin-top: -15px;
}
.timeline .time-icon {
    width: 30px;
    height: 30px;
    line-height: 30px;
    display: inline-block !important;
    z-index: 10;
    border-radius: 20px;
    text-align: center;
}
.timeline .time-icon:before {
    font-size: 14px;
    margin-top: 5px;
}
.timeline-item {
    display: table-row;
}
.timeline-item:before,
.timeline-item.alt:after {
    content: "";
    display: block;
    width: 50%;
}
.timeline-item.alt {
    text-align: right;
}
.timeline-item.alt:before {
    display: none;
}
.timeline-item.alt .panel {
    margin-right: 25px;
    margin-left: 0;
}
.timeline-item.alt .timeline-date {
    left: auto;
    right: -200px;
    text-align: left;
}
.timeline-item.alt .timeline-icon {
    left: auto;
    right: -41px;
}
.timeline-item.active {
    display: table-caption;
    text-align: center;
}
.timeline-item.active:before {
    width: 1%;
}
.timeline-item.active .timeline-caption {
    display: inline-block;
    width: auto;
}
.timeline-item.active .timeline-caption h5 span {
    color: #fff;
}
.timeline-item.active .panel {
    margin-left: 0;
}
.timeline-item.active .timeline-date,
.timeline-item.active .timeline-icon {
    position: static;
    margin-bottom: 10px;
    display: inline-block;
    width: auto;
}
.timeline-caption {
    display: table-cell;
    vertical-align: top;
    width: 50%;
}
.timeline-caption .panel {
    position: relative;
    margin-left: 25px;
    text-align: left;
}
.timeline-caption h5 {
    margin: 0;
}
.timeline-caption h5 span {
    display: block;
    color: #999;
    margin-bottom: 4px;
    font-size: 12px;
}
.timeline-caption p {
    font-size: 12px;
    margin-bottom: 0;
    margin-top: 10px;
}
.timeline-footer {
    display: table-row;
}
.timeline-footer a {
    display: table-cell;
    text-align: right;
}
.timeline-footer .time-icon {
    margin-right: -15px;
    z-index: 5;
}
.post-item {
    border-radius: 3px;
    background-color: #fff;
    -webkit-box-shadow: 0px 1px 2px rgba(0,0,0,0.15);
    box-shadow: 0px 1px 2px rgba(0,0,0,0.15);
    margin-bottom: 15px;
}
.post-item .post-title {
    margin-top: 0;
}
.post-item .post-media {
    text-align: center;
}
.post-item .post-media img {
    border-radius: 3px 3px 0 0;
}
.i-fw {
    width: 1.2857142857143em;
    text-align: center;
}
.i-lg {
    font-size: 1.3333333333333em;
    line-height: 0.75em;
    vertical-align: -15%;
}
.i-sm {
    font-size: 0.75em;
}
.i-1x {
    font-size: 1em;
}
.i-2x {
    font-size: 2em;
}
.i-3x {
    font-size: 3em;
}
.i-4x {
    font-size: 4em;
}
.i-5x {
    font-size: 5em;
}
.i-s {
    position: relative;
    display: inline-block;
    vertical-align: middle;
}
.i-s > i {
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center;
    line-height: inherit;
}
.i-s-2x {
    width: 2em;
    height: 2em;
    font-size: 2em;
    line-height: 2em;
}
.i-s-2x .i-s-base {
    font-size: 2em;
}
.i-s-3x {
    width: 2.5em;
    height: 2.5em;
    font-size: 2.5em;
    line-height: 2.5em;
}
.i-s-3x .i-s-base {
    font-size: 2.5em;
}
.i-s-4x {
    width: 3em;
    height: 3em;
    font-size: 3em;
    line-height: 3em;
}
.i-s-4x .i-s-base {
    font-size: 3em;
}
.i-s-5x {
    width: 3.5em;
    height: 3.5em;
    font-size: 3.5em;
    line-height: 3.5em;
}
.i-s-5x .i-s-base {
    font-size: 3.5em;
}
.switch {
    cursor: pointer;
    position: relative;
}
.switch input {
    position: absolute;
    opacity: 0;
    filter: alpha(opacity=0);
}
.switch input:checked + span {
    background-color: #1aae88;
}
.switch input:checked + span:after {
    left: 31px;
}
.switch span {
    position: relative;
    width: 60px;
    height: 30px;
    border-radius: 30px;
    background-color: #fff;
    border: 1px solid #eee;
    border-color: rgba(0,0,0,0.1);
    display: inline-block;
    -webkit-transition: background-color 0.2s;
    transition: background-color 0.2s;
}
.switch span:after {
    content: "";
    position: absolute;
    background-color: #fff;
    width: 26px;
    top: 1px;
    bottom: 1px;
    border-radius: 30px;
    -webkit-box-shadow: 1px 1px 3px rgba(0,0,0,0.25);
    box-shadow: 1px 1px 3px rgba(0,0,0,0.25);
    -webkit-transition: left 0.2s;
    transition: left 0.2s;
}
.nav-docs > ul > li > a {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
}
.dropfile {
    border: 2px dashed #e0e4e8;
    text-align: center;
    min-height: 20px;
}
.dropfile.hover {
    border-color: #aac3cc;
}
.dropfile small {
    margin: 50px 0;
    display: block;
}
.portlet {
    min-height: 30px;
}
.jqstooltip {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}
.easypiechart {
    position: relative;
    text-align: center;
}
.easypiechart > div {
    position: relative;
    z-index: 1;
}
.easypiechart > div .text {
    position: absolute;
    width: 100%;
    top: 60%;
    line-height: 1;
}
.easypiechart > div img {
    margin-top: -4px;
}
.easypiechart canvas {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
}
.flot-legend .legend > div {
    display: none;
}
.flot-legend .legend .legendColorBox > div {
    border: none !important;
    margin: 5px;
}
.flot-legend .legend .legendColorBox > div > div {
    border-radius: 10px;
}
.doc-buttons .btn {
    margin-bottom: 5px;
}
.list-icon i {
    font-size: 14px;
    width: 40px;
    vertical-align: middle;
    margin: 0;
    display: inline-block;
    text-align: center;
    -webkit-transition: font-size .2s;
    transition: font-size .2s;
}
.list-icon div {
    line-height: 40px;
    white-space: nowrap;
}
.list-icon div:hover i {
    font-size: 26px;
}
.th-sortable {
    cursor: pointer;
}
.th-sortable .th-sort {
    float: right;
    position: relative;
}
.th-sort i {
    position: relative;
    z-index: 1;
}
.th-sort .fa-sort {
    position: absolute;
    left: 0;
    top: 3px;
    color: #bac3cc;
    z-index: 0;
}
.th-sortable.active .text {
    display: none !important;
}
.th-sortable.active .text-active {
    display: inline-block !important;
}
.sortable-placeholder {
    list-style: none;
    border: 1px dashed #CCC;
    min-height: 50px;
    margin-bottom: 5px;
}
.input-append.date .add-on i,
.input-prepend.date .add-on i {
    display: block;
    cursor: pointer;
    width: 16px;
    height: 16px;
}
.parsley-error-list {
    margin: 0;
    padding: 0;
    list-style: none;
    margin-top: 6px;
    font-size: 12px;
}
.parsley-error {
    border-color: #ff5f5f !important;
}
.datepicker td.active,
.datepicker td.active:hover,
.datepicker td.active:hover.active,
.datepicker td.active.active {
    background: #177bbb;
}
#flotTip {
    padding: 3px 5px;
    background-color: #000;
    z-index: 100;
    color: #fff;
    opacity: .7;
    filter: alpha(opacity=70);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
.bg-gradient {
    background-image: -webkit-gradient(linear,left 0,left 100%,from(rgba(40,50,60,0)),to(rgba(40,50,60,0.05)));
    background-image: -webkit-linear-gradient(top,rgba(40,50,60,0) 0,rgba(40,50,60,0.05) 100%);
    background-image: -moz-linear-gradient(top,rgba(40,50,60,0) 0,rgba(40,50,60,0.05) 100%);
    background-image: linear-gradient(to bottom,rgba(40,50,60,0) 0,rgba(40,50,60,0.05) 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0028323c', endColorstr='#0c28323c', GradientType=0);
    filter: none;
}
.bg-light {
    background-color: #f2f4f8;
    color: #788288;
}
.bg-light.lt,
.bg-light .lt {
    background-color: #f7f8fb;
}
.bg-light.lter,
.bg-light .lter {
    background-color: #fcfcfc;
}
.bg-light.dk,
.bg-light .dk {
    background-color: #e9edf4;
}
.bg-light.dker,
.bg-light .dker {
    background-color: #e0e6f0;
}
.bg-light.bg,
.bg-light .bg {
    background-color: #f2f4f8;
}
.bg-dark {
    background-color: #222733;
    color: #7a87a7;
}
.bg-dark.lt,
.bg-dark .lt {
    background-color: #2e3341;
}
.bg-dark.lter,
.bg-dark .lter {
    background-color: #3a404e;
}
.bg-dark.dk,
.bg-dark .dk {
    background-color: #171b24;
}
.bg-dark.dker,
.bg-dark .dker {
    background-color: #0d0f15;
}
.bg-dark.bg,
.bg-dark .bg {
    background-color: #222733;
}
.bg-dark a {
    color: #99a3bb;
}
.bg-dark a:hover {
    color: #fff;
}
.bg-dark a.list-group-item:hover,
.bg-dark a.list-group-item:focus {
    background-color: inherit;
}
.bg-dark .nav > li:hover > a,
.bg-dark .nav > li:focus > a,
.bg-dark .nav > li:active > a,
.bg-dark .nav > li.active > a {
    color: #fff;
    background-color: #12151d;
}
.bg-dark .nav > li > a {
    color: #99a3bb;
}
.bg-dark .nav > li > a:hover,
.bg-dark .nav > li > a:focus {
    background-color: #171b24;
}
.bg-dark .nav .open > a {
    background-color: #12151d;
}
.bg-dark .caret {
    border-top-color: #7a87a7;
    border-bottom-color: #7a87a7;
}
.bg-dark.navbar .nav > li.active > a {
    color: #fff;
    background-color: #171b24;
}
.bg-dark .open > a,
.bg-dark .open > a:hover,
.bg-dark .open > a:focus {
    color: #fff;
}
.bg-dark .text-muted {
    color: #5f6d8f !important;
}
.bg-dark .text-lt {
    color: #c7ccda !important;
}
.bg-dark .icon-muted {
    color: #5f6d8f !important;
}
.bg-dark.auto .list-group-item,
.bg-dark .auto .list-group-item {
    border-color: #282e3c !important;
    background-color: transparent;
}
.bg-dark.auto .list-group-item:hover,
.bg-dark.auto .list-group-item:focus,
.bg-dark.auto .list-group-item:active,
.bg-dark.auto .list-group-item.active,
.bg-dark .auto .list-group-item:hover,
.bg-dark .auto .list-group-item:focus,
.bg-dark .auto .list-group-item:active,
.bg-dark .auto .list-group-item.active {
    background-color: #171b24 !important;
}
.bg-black {
    background-color: #12131a;
    color: #656b93;
}
.bg-black.lt,
.bg-black .lt {
    background-color: #1d1f28;
}
.bg-black.lter,
.bg-black .lter {
    background-color: #292b36;
}
.bg-black.dk,
.bg-black .dk {
    background-color: #07080b;
}
.bg-black.dker,
.bg-black .dker {
    background-color: #000000;
}
.bg-black.bg,
.bg-black .bg {
    background-color: #12131a;
}
.bg-black a {
    color: #8287a9;
}
.bg-black a:hover {
    color: #fff;
}
.bg-black a.list-group-item:hover,
.bg-black a.list-group-item:focus {
    background-color: inherit;
}
.bg-black .nav > li:hover > a,
.bg-black .nav > li:focus > a,
.bg-black .nav > li:active > a,
.bg-black .nav > li.active > a {
    color: #fff;
    background-color: #020203;
}
.bg-black .nav > li > a {
    color: #eee;
    font-size: 15px;
}
.bg-black .nav > li > a:hover,
.bg-black .nav > li > a:focus {
    background-color: #07080b;
}
.bg-black .nav .open > a {
    background-color: #020203;
}
.bg-black .caret {
    border-top-color: #656b93;
    border-bottom-color: #656b93;
}
.bg-black.navbar .nav > li.active > a {
    color: #fff;
    background-color: #000;
}
.bg-black .open > a,
.bg-black .open > a:hover,
.bg-black .open > a:focus {
    color: #fff;
}
.bg-black .text-muted {
    color: #515574 !important;
}
.bg-black .text-lt {
    color: #b0b3c8 !important;
}
.bg-black .icon-muted {
    color: #515574 !important;
}
.bg-black.auto .list-group-item,
.bg-black .auto .list-group-item {
    border-color: #181a23 !important;
    background-color: transparent;
}
.bg-black.auto .list-group-item:hover,
.bg-black.auto .list-group-item:focus,
.bg-black.auto .list-group-item:active,
.bg-black.auto .list-group-item.active,
.bg-black .auto .list-group-item:hover,
.bg-black .auto .list-group-item:focus,
.bg-black .auto .list-group-item:active,
.bg-black .auto .list-group-item.active {
    background-color: #07080b !important;
}
.bg-primary {
    background-color: #177bbb;
    /*color: #aad7f4;*/
}
.bg-primary.lt,
.bg-primary .lt {
    background-color: #1d89cf;
}
.bg-primary.lter,
.bg-primary .lter {
    background-color: #2796de;
}
.bg-primary.dk,
.bg-primary .dk {
    background-color: #126da7;
}
.bg-primary.dker,
.bg-primary .dker {
    background-color: #0d5e92;
}
.bg-primary.bg,
.bg-primary .bg {
    background-color: #177bbb;
}
.bg-primary-ltest {
    background-color: #ecf6fb;
}
.bg-primary a {
    color: #d7ecfa;
}
.bg-primary a:hover {
    color: #fff;
}
.bg-primary a.list-group-item:hover,
.bg-primary a.list-group-item:focus {
    background-color: inherit;
}
.bg-primary .nav > li:hover > a,
.bg-primary .nav > li:focus > a,
.bg-primary .nav > li:active > a,
.bg-primary .nav > li.active > a {
    color: #fff;
    background-color: #11659b;
}
.bg-primary .nav > li > a {
    color: #d7ecfa;
}
.bg-primary .nav > li > a:hover,
.bg-primary .nav > li > a:focus {
    background-color: #126da7;
}
.bg-primary .nav .open > a {
    background-color: #11659b;
}
.bg-primary .caret {
    border-top-color: #aad7f4;
    border-bottom-color: #aad7f4;
}
.bg-primary.navbar .nav > li.active > a {
    color: #fff;
    background-color: #126da7;
}
.bg-primary .open > a,
.bg-primary .open > a:hover,
.bg-primary .open > a:focus {
    color: #fff;
}
.bg-primary .text-muted {
    color: #7cc2ef !important;
}
.bg-primary .text-lt {
    color: #ffffff !important;
}
.bg-primary .icon-muted {
    color: #7cc2ef !important;
}
.bg-primary.auto .list-group-item,
.bg-primary .auto .list-group-item {
    border-color: #1984c9 !important;
    background-color: transparent;
}
.bg-primary.auto .list-group-item:hover,
.bg-primary.auto .list-group-item:focus,
.bg-primary.auto .list-group-item:active,
.bg-primary.auto .list-group-item.active,
.bg-primary .auto .list-group-item:hover,
.bg-primary .auto .list-group-item:focus,
.bg-primary .auto .list-group-item:active,
.bg-primary .auto .list-group-item.active {
    background-color: #126da7 !important;
}
.bg-success {
    background-color: #1aae88;
    color: #a3f1dd;
}
.bg-success.lt,
.bg-success .lt {
    background-color: #20c198;
}
.bg-success.lter,
.bg-success .lter {
    background-color: #27d4a8;
}
.bg-success.dk,
.bg-success .dk {
    background-color: #159a78;
}
.bg-success.dker,
.bg-success .dker {
    background-color: #108567;
}
.bg-success.bg,
.bg-success .bg {
    background-color: #1aae88;
}
.bg-success-ltest {
    background-color: #f1ffed;
}
.bg-success a {
    color: #cff8ed;
}
.bg-success a:hover {
    color: #fff;
}
.bg-success a.list-group-item:hover,
.bg-success a.list-group-item:focus {
    background-color: inherit;
}
.bg-success .nav > li:hover > a,
.bg-success .nav > li:focus > a,
.bg-success .nav > li:active > a,
.bg-success .nav > li.active > a {
    color: #fff;
    background-color: #138f6f;
}
.bg-success .nav > li > a {
    color: #cff8ed;
}
.bg-success .nav > li > a:hover,
.bg-success .nav > li > a:focus {
    background-color: #159a78;
}
.bg-success .nav .open > a {
    background-color: #138f6f;
}
.bg-success .caret {
    border-top-color: #a3f1dd;
    border-bottom-color: #a3f1dd;
}
.bg-success.navbar .nav > li.active > a {
    color: #fff;
    background-color: #159a78;
}
.bg-success .open > a,
.bg-success .open > a:hover,
.bg-success .open > a:focus {
    color: #fff;
}
.bg-success .text-muted {
    color: #76ebcd !important;
}
.bg-success .text-lt {
    color: #ffffff !important;
}
.bg-success .icon-muted {
    color: #76ebcd !important;
}
.bg-success.auto .list-group-item,
.bg-success .auto .list-group-item {
    border-color: #1cbb92 !important;
    background-color: transparent;
}
.bg-success.auto .list-group-item:hover,
.bg-success.auto .list-group-item:focus,
.bg-success.auto .list-group-item:active,
.bg-success.auto .list-group-item.active,
.bg-success .auto .list-group-item:hover,
.bg-success .auto .list-group-item:focus,
.bg-success .auto .list-group-item:active,
.bg-success .auto .list-group-item.active {
    background-color: #159a78 !important;
}
.bg-info {
    background-color: #1ccacc;
    color: #bef5f6;
}
.bg-info.lt,
.bg-info .lt {
    background-color: #24dbdd;
}
.bg-info.lter,
.bg-info .lter {
    background-color: #3ddcde;
}
.bg-info.dk,
.bg-info .dk {
    background-color: #16b6b8;
}
.bg-info.dker,
.bg-info .dker {
    background-color: #11a2a4;
}
.bg-info.bg,
.bg-info .bg {
    background-color: #1ccacc;
}
.bg-info-ltest {
    background-color: #ecfcff;
}
.bg-info a {
    color: #ebfcfc;
}
.bg-info a:hover {
    color: #fff;
}
.bg-info a.list-group-item:hover,
.bg-info a.list-group-item:focus {
    background-color: inherit;
}
.bg-info .nav > li:hover > a,
.bg-info .nav > li:focus > a,
.bg-info .nav > li:active > a,
.bg-info .nav > li.active > a {
    color: #fff;
    background-color: #15abad;
}
.bg-info .nav > li > a {
    color: #ebfcfc;
}
.bg-info .nav > li > a:hover,
.bg-info .nav > li > a:focus {
    background-color: #16b6b8;
}
.bg-info .nav .open > a {
    background-color: #15abad;
}
.bg-info .caret {
    border-top-color: #bef5f6;
    border-bottom-color: #bef5f6;
}
.bg-info.navbar .nav > li.active > a {
    color: #fff;
    background-color: #16b6b8;
}
.bg-info .open > a,
.bg-info .open > a:hover,
.bg-info .open > a:focus {
    color: #fff;
}
.bg-info .text-muted {
    color: #91eff0 !important;
}
.bg-info .text-lt {
    color: #ffffff !important;
}
.bg-info .icon-muted {
    color: #91eff0 !important;
}
.bg-info.auto .list-group-item,
.bg-info .auto .list-group-item {
    border-color: #1ed7d9 !important;
    background-color: transparent;
}
.bg-info.auto .list-group-item:hover,
.bg-info.auto .list-group-item:focus,
.bg-info.auto .list-group-item:active,
.bg-info.auto .list-group-item.active,
.bg-info .auto .list-group-item:hover,
.bg-info .auto .list-group-item:focus,
.bg-info .auto .list-group-item:active,
.bg-info .auto .list-group-item.active {
    background-color: #16b6b8 !important;
}
.bg-warning {
    background-color: #fcc633;
    color: #fffefc;
}
.bg-warning.lt,
.bg-warning .lt {
    background-color: #facc4e;
}
.bg-warning.lter,
.bg-warning .lter {
    background-color: #f9d269;
}
.bg-warning.dk,
.bg-warning .dk {
    background-color: #ffc017;
}
.bg-warning.dker,
.bg-warning .dker {
    background-color: #fcb800;
}
.bg-warning.bg,
.bg-warning .bg {
    background-color: #fcc633;
}
.bg-warning-ltest {
    background-color: #fffee6;
}
.bg-warning a {
    color: #ffffff;
}
.bg-warning a:hover {
    color: #fff;
}
.bg-warning a.list-group-item:hover,
.bg-warning a.list-group-item:focus {
    background-color: inherit;
}
.bg-warning .nav > li:hover > a,
.bg-warning .nav > li:focus > a,
.bg-warning .nav > li:active > a,
.bg-warning .nav > li.active > a {
    color: #fff;
    background-color: #ffbd0a;
}
.bg-warning .nav > li > a {
    color: #ffffff;
}
.bg-warning .nav > li > a:hover,
.bg-warning .nav > li > a:focus {
    background-color: #ffc017;
}
.bg-warning .nav .open > a {
    background-color: #ffbd0a;
}
.bg-warning .caret {
    border-top-color: #fffefc;
    border-bottom-color: #fffefc;
}
.bg-warning.navbar .nav > li.active > a {
    color: #fff;
    background-color: #ffc017;
}
.bg-warning .open > a,
.bg-warning .open > a:hover,
.bg-warning .open > a:focus {
    color: #fff;
}
.bg-warning .text-muted {
    color: #fef0ca !important;
}
.bg-warning .text-lt {
    color: #ffffff !important;
}
.bg-warning .icon-muted {
    color: #fef0ca !important;
}
.bg-warning.auto .list-group-item,
.bg-warning .auto .list-group-item {
    border-color: #fcca42 !important;
    background-color: transparent;
}
.bg-warning.auto .list-group-item:hover,
.bg-warning.auto .list-group-item:focus,
.bg-warning.auto .list-group-item:active,
.bg-warning.auto .list-group-item.active,
.bg-warning .auto .list-group-item:hover,
.bg-warning .auto .list-group-item:focus,
.bg-warning .auto .list-group-item:active,
.bg-warning .auto .list-group-item.active {
    background-color: #ffc017 !important;
}
.bg-danger {
    background-color: #e33244;
    color: #fce5e8;
}
.bg-danger.lt,
.bg-danger .lt {
    background-color: #e34b5b;
}
.bg-danger.lter,
.bg-danger .lter {
    background-color: #e56371;
}
.bg-danger.dk,
.bg-danger .dk {
    background-color: #e01b2f;
}
.bg-danger.dker,
.bg-danger .dker {
    background-color: #cc1628;
}
.bg-danger.bg,
.bg-danger .bg {
    background-color: #e33244;
}
.bg-danger-ltest {
    background-color: #fbedec;
}
.bg-danger a {
    color: #ffffff;
}
.bg-danger a:hover {
    color: #fff;
}
.bg-danger a.list-group-item:hover,
.bg-danger a.list-group-item:focus {
    background-color: inherit;
}
.bg-danger .nav > li:hover > a,
.bg-danger .nav > li:focus > a,
.bg-danger .nav > li:active > a,
.bg-danger .nav > li.active > a {
    color: #fff;
    background-color: #d51a2d;
}
.bg-danger .nav > li > a {
    color: #ffffff;
}
.bg-danger .nav > li > a:hover,
.bg-danger .nav > li > a:focus {
    background-color: #e01b2f;
}
.bg-danger .nav .open > a {
    background-color: #d51a2d;
}
.bg-danger .caret {
    border-top-color: #fce5e8;
    border-bottom-color: #fce5e8;
}
.bg-danger.navbar .nav > li.active > a {
    color: #fff;
    background-color: #e01b2f;
}
.bg-danger .open > a,
.bg-danger .open > a:hover,
.bg-danger .open > a:focus {
    color: #fff;
}
.bg-danger .text-muted {
    color: #f5b9bf !important;
}
.bg-danger .text-lt {
    color: #ffffff !important;
}
.bg-danger .icon-muted {
    color: #f5b9bf !important;
}
.bg-danger.auto .list-group-item,
.bg-danger .auto .list-group-item {
    border-color: #e53f50 !important;
    background-color: transparent;
}
.bg-danger.auto .list-group-item:hover,
.bg-danger.auto .list-group-item:focus,
.bg-danger.auto .list-group-item:active,
.bg-danger.auto .list-group-item.active,
.bg-danger .auto .list-group-item:hover,
.bg-danger .auto .list-group-item:focus,
.bg-danger .auto .list-group-item:active,
.bg-danger .auto .list-group-item.active {
    background-color: #e01b2f !important;
}
.bg-white {
    background-color: #fff;
    color: #788288;
    background-color: rgba(255, 255, 255, 1);
    
}
.bg-white a {
    color: #3c4144;
}
.bg-white a:hover {
    color: #242729;
}
.bg-white .text-muted {
    color: #a1a8ac !important;
}
.bg-white-only {
    background-color: #fff;
}
.bg-empty {
    background-color: transparent;
}
.bg-phead{
    background: #fcfcfc;
}
.text-primary {
    color: #128bed;
}
.text-primary-lt {
    color: #1a8ad2;
}
.text-primary-lter {
    color: #2198e4;
}
.text-primary-dk {
    color: #146ca4;
}
.text-primary-dker {
    color: #115d8e;
}
.text-info {
    color: #1ccacc;
}
.text-vip {
    color: #D2A874 !important;
}
.text-info-lt {
    color: #21dee1;
}
.text-info-lter {
    color: #37e2e4;
}
.text-info-dk {
    color: #19b4b6;
}
.text-info-dker {
    color: #169e9f;
}
.text-success {
    color: #52C41B;
}
.text-success-lt {
    color: #009944;
}
.text-success-lter {
    color: #21daab;
}
.text-success-dk {
    color: #179877;
}
.text-success-dker {
    color: #52C41A;
}
.text-warning {
    color: #F5A623 !important;
}
.text-warning-lt {
    color: #fccd4c;
}
.text-warning-lter {
    color: #fdd465;
}
.text-warning-dk {
    color: #fcbf1a;
}
.text-warning-dker {
    color: #f8b704;
}
.text-danger {
    color: #FD485E !important;
}
.text-danger-lt {
    color: #e64858;
}
.text-danger-lter {
    color: #e95f6d;
}
.text-danger-dk {
    color: #dd1e32;
}
.text-danger-dker {
    color: #c71b2d;
}
.text-dark {
    color: #666;
}
.text-dark-dk {
    color: #333;
}
.text-dark-lt {
    color: #2c3342;
}
.text-dark-lter {
    color: #363e52;
}
.text-dark-dker {
    color: #0e1014;
}
.text-gray{
    color:#999;
}
.text-black {
    color: #000;
    color: rgba(0,0,0,0.8);
}
.text-white {
    color: #fff;
    /*  color: rgba(255,255,255,0.8);
*/}
.text-muted {
    color: #a1a8ac;
}
.text-diable {
    color: #999 !important;
    cursor: default;
}
.text-blue{
    color: #128BED!important;
}
.pos-rlt {
    position: relative;
}
.pos-stc {
    position: static;
}
.pos-abt {
    position: absolute;
}
.line {
    width: 100%;
    height: 2px;
    margin: 10px 0;
    font-size: 0;
    overflow: hidden;
}
.line-xs {
    margin: 0;
}
.line-lg {
    margin-top: 15px;
    margin-bottom: 15px;
}
.line-dashed {
    border-style: dashed !important;
    background-color: transparent;
    border-width: 0;
}
.no-line {
    border-width: 0;
}
.no-border,
.no-borders {
    border-color: transparent;
    border-width: 0;
    box-shadow: none;
}
.no-radius {
    border-radius: 0;
}
.block {
    display: block;
}
.block.hide {
    display: none;
}
.inline {
    display: inline-block !important;
}
.none {
    display: none;
}
.pull-right-lg {
    float: right;
}
.pull-none {
    float: none;
}
.rounded {
    border-radius: 500px;
}
.btn-s-xs {
    min-width: 90px;
}
.btn-s-sm {
    min-width: 100px;
}
.btn-s-md {
    min-width: 120px;
}
.btn-s-lg {
    min-width: 150px;
}
.btn-s-xl {
    min-width: 200px;
}
.l-h-2x {
    line-height: 2em;
}
.l-h-1x {
    line-height: 1.2;
}
.l-h {
    line-height: 1.5;
}
.v-middle {
    vertical-align: middle !important;
}
.v-top {
    vertical-align: top !important;
}
.v-bottom {
    vertical-align: bottom !important;
}
.font-normal {
    font-weight: normal;
}
.font-thin {
    font-weight: 300;
}
.font-bold {
    font-weight: 600;
}
.text-lg {
    font-size: 16px;
}
.text-md {
    font-size: 14px;
}
.text-sm {
    font-size: 12px;
}
.text-xs {
    font-size: 11px;
}
.text-ellipsis {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.text-u-c {
    text-transform: uppercase;
}
.text-l-t {
    text-decoration: line-through;
}
.text-u-l {
    text-decoration: underline;
}
.text-active,
.active > .text,
.active > .auto .text {
    display: none !important;
}
.active > .text-active,
.active > .auto .text-active {
    display: inline-block !important;
}
.box-shadow {
    box-shadow: 0 2px 2px rgba(0,0,0,0.05), 0 1px 0 rgba(0,0,0,0.05);
}
.wrapper-xxs {
    padding: 4px 6px;
}
.wrapper-sm {
    padding: 5px 10px;
}
.wrapper {
    padding: 15px;
}
.wrapper-md {
    padding: 20px;
}
.wrapper-lg {
    padding: 30px;
}
.wrapper-xl {
    padding: 50px;
}
.padder {
    padding-left: 15px;
    padding-right: 15px;
}
.padder-v {
    padding-top: 15px;
    padding-bottom: 15px;
}
.padder-v-md {
    padding-top: 20px;
    padding-bottom:  20px;
}
.no-padder {
    padding: 0 !important;
}
.pull-in {
    margin-left: -15px;
    margin-right: -15px;
}
.pull-out {
    margin: -10px -15px;
}
.b {
    border: 1px solid rgba(0,0,0,0.05);
}
.b-a {
    border: 1px solid #eeeeee;
}
.b-na {
    border: 1px solid #E4EEF6;
}
.b-n {
    border: none;
}
.b-t {
    border-top: 1px solid #eeeeee;
}
.b-r {
    border-right: 1px solid #eeeeee;
}
.b-b {
    border-bottom: 1px solid #eeeeee;
}
.b-l {
    border-left: 1px solid #eeeeee;
}
.b-light {
    border-color: #e1e6ef;
}
.b-dark {
    border-color: #2c3342;
}
.b-primary {
    border-color: #1a8ad2;
}
.b-success {
    border-color: #1dc499;
}
.b-info {
    border-color: #21dee1;
}
.b-warning {
    border-color: #fccd4c;
}
.b-danger {
    border-color: #e64858;
}
.b-black {
    border-color: #1c1e29;
}
.b-white {
    border-color: #fff;
}
.b-dashed {
    border-style: dashed !important;
}
.b-2x {
    border-width: 2px;
}
.b-3x {
    border-width: 3px;
}
.b-4x {
    border-width: 4px;
}
.b-5x {
    border-width: 5px;
}
.r {
    border-radius: 2px 2px 2px 2px;
}
.r-l {
    border-radius: 2px 0 0 2px;
}
.r-r {
    border-radius: 0 2px 2px 0;
}
.r-t {
    border-radius: 2px 2px 0 0;
}
.r-b {
    border-radius: 0 0 2px 2px;
}
.m-xxs {
    margin: 2px 4px;
}
.m-xs {
    margin: 5px;
}
.m-sm {
    margin: 10px;
}
.m {
    margin: 15px;
}
.m-md {
    margin: 20px;
}
.m-lg {
    margin: 30px;
}
.m-xl {
    margin: 50px;
}
.m-n {
    margin: 0 !important;
}
.m-l-none {
    margin-left: 0;
}
.m-l-xs {
    margin-left: 5px;
}
.m-l-sm {
    margin-left: 10px;
}
.m-l {
    margin-left: 15px;
}
.m-l-md {
    margin-left: 20px;
}
.m-l-lg {
    margin-left: 30px;
}
.m-l-xl {
    margin-left: 40px;
}
.m-l-n-xxs {
    margin-left: -1px;
}
.m-l-n-xs {
    margin-left: -5px;
}
.m-l-n-sm {
    margin-left: -10px;
}
.m-l-n {
    margin-left: -15px;
}
.m-l-n-md {
    margin-left: -20px;
}
.m-l-n-lg {
    margin-left: -30px;
}
.m-l-n-xl {
    margin-left: -40px;
}
.m-t-none {
    margin-top: 0;
}
.m-t-xxs {
    margin-top: 1px;
}
.m-t-xs {
    margin-top: 5px;
}
.m-t-sm {
    margin-top: 10px;
}
.m-t {
    margin-top: 15px;
}
.m-t-md {
    margin-top: 20px;
}
.m-t-lg {
    margin-top: 30px;
}
.m-t-xl {
    margin-top: 40px;
}
.m-t-n-xxs {
    margin-top: -1px;
}
.m-t-n-xs {
    margin-top: -5px;
}
.m-t-n-sm {
    margin-top: -10px;
}
.m-t-n {
    margin-top: -15px;
}
.m-t-n-md {
    margin-top: -20px;
}
.m-t-n-lg {
    margin-top: -30px;
}
.m-t-n-xl {
    margin-top: -40px;
}
.m-r-none {
    margin-right: 0;
}
.m-r-xxs {
    margin-right: 1px;
}
.m-r-xs {
    margin-right: 5px;
}
.m-r-sm {
    margin-right: 10px;
}
.m-r {
    margin-right: 15px;
}
.m-r-md {
    margin-right: 20px;
}
.m-r-lg {
    margin-right: 30px;
}
.m-r-xl {
    margin-right: 40px;
}
.m-r-n-xxs {
    margin-right: -1px;
}
.m-r-n-xs {
    margin-right: -5px;
}
.m-r-n-sm {
    margin-right: -10px;
}
.m-r-n {
    margin-right: -15px;
}
.m-r-n-md {
    margin-right: -20px;
}
.m-r-n-lg {
    margin-right: -30px;
}
.m-r-n-xl {
    margin-right: -40px;
}
.m-b-none {
    margin-bottom: 0;
}
.m-b-xxs {
    margin-bottom: 1px;
}
.m-b-xs {
    margin-bottom: 5px;
}
.m-b-xxs {
    margin-bottom: 2px;
}
.m-b-sm {
    margin-bottom: 10px;
}
.m-b {
    margin-bottom: 15px;
}
.m-b-md {
    margin-bottom: 20px;
}
.m-b-lg {
    margin-bottom: 30px;
}
.m-b-xl {
    margin-bottom: 40px;
}
.m-b-n-xxs {
    margin-bottom: -1px;
}
.m-b-n-xs {
    margin-bottom: -5px;
}
.m-b-n-sm {
    margin-bottom: -10px;
}
.m-b-n {
    margin-bottom: -15px;
}
.m-b-n-md {
    margin-bottom: -20px;
}
.m-b-n-lg {
    margin-bottom: -30px;
}
.m-b-n-xl {
    margin-bottom: -40px;
}
.media-xs {
    min-width: 50px;
}
.media-sm {
    min-width: 80px;
}
.media-md {
    min-width: 90px;
}
.media-lg {
    min-width: 120px;
}
.avatar {
    position: relative;
    display: block;
    border-radius: 500px;
    white-space: nowrap;
}
.avatar img {
    border-radius: 500px;
    width: 100%;
}
.avatar i {
    position: absolute;
    left: 0;
    top: 0;
    width: 10px;
    height: 10px;
    border-width: 2px;
    border-style: solid;
    border-radius: 100%;
}
.avatar i.md {
    width: 12px;
    height: 12px;
    margin: 1px;
}
.avatar i.right {
    left: auto;
    right: 0;
}
.avatar i.bottom {
    left: auto;
    top: auto;
    bottom: 0;
    right: 0;
}
.avatar i.on {
    background-color: #1aae88;
}
.avatar i.off {
    background-color: #a1a8ac;
}
.avatar i.busy {
    background-color: #e33244;
}
.avatar i.away {
    background-color: #fcc633;
}
.thumb-lg {
    width: 128px;
    display: inline-block;
}
.thumb-md {
    width: 64px;
    display: inline-block;
}
.thumb {
    width: 50px;
    display: inline-block;
}
.thumb-sm {
    width: 34px;
    display: inline-block;
}
.thumb-xs {
    width: 24px;
    display: inline-block;
}
.thumb-wrapper {
    padding: 2px;
    border: 1px solid #ddd;
}
.thumb img,
.thumb-xs img,
.thumb-sm img,
.thumb-md img,
.thumb-lg img,
.thumb-btn img {
    height: auto;
    max-width: 100%;
    vertical-align: middle;
}
.img-full {
    max-width: 100%;
}
.img-full > img {
    max-width: 100%;
}
.clear {
    display: block;
    overflow: hidden;
}
.row-sm {
    margin-left: -10px;
    margin-right: -10px;
}
.row-sm > div {
    padding-left: 10px;
    padding-right: 10px;
}
.i-checks input {
    opacity: 0;
}
.i-checks input:checked + i {
    border-color: #177bbb;
}
.i-checks input:checked + i:before {
    position: absolute;
    left: 0px;
    width: 100%;
    top: 2px;
    text-align: center;
    font-family: "FontAwesome";
    font-style: normal;
    font-weight: normal;
    color: #177bbb;
}
.i-checks input[type="radio"] + i {
    border-radius: 100%;
}
.i-checks input[type="checkbox"]:checked + i:before {
    content: "\f00c";
}
.i-checks input[type="radio"]:checked + i:before {
    content: "\f111";
}
.i-checks input[disabled] + i,
fieldset[disabled] .i-checks input + i {
    border-color: #dbe2e7;
}
.i-checks input[disabled] + i:before,
fieldset[disabled] .i-checks input + i:before {
    color: #cbd5dd;
}
.i-checks i {
    width: 18px;
    height: 18px;
    line-height: 1;
    border: 1px solid #cbd5dd;
    background-color: #fff;
    margin-left: -20px;
    margin-top: -2px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 4px;
    position: relative;
    font-size: 12px;
}
.ie8 .i-checks i {
    display: none;
}
.scroll-x,
.scroll-y {
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
}
.scroll-y {
    overflow-y: auto;
}
.scroll-x {
    overflow-x: auto;
}
.no-touch .scroll-x,
.no-touch .scroll-y {
    overflow: hidden;
}
.no-touch .scroll-x:hover,
.no-touch .scroll-x:focus,
.no-touch .scroll-x:active {
    overflow-x: auto;
}
.no-touch .scroll-y:hover,
.no-touch .scroll-y:focus,
.no-touch .scroll-y:active {
    overflow-y: auto;
}
.no-touch .hover-action {
    display: none;
}
.no-touch .hover:hover .hover-action {
    display: inherit;
}
.hover-rotate {
    -webkit-transition: all .2s ease-in-out .1s;
    transition: all .2s ease-in-out .1s;
}
.hover:hover .hover-rotate,
.hover:active .hover-rotate {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}
.backdrop {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    background-color: #fff;
}
.backdrop.fade {
    opacity: 0;
    filter: alpha(opacity=0);
}
.backdrop.in {
    opacity: 0.8;
    filter: alpha(opacity=80);
}
.h {
    font-size: 170px;
    font-weight: 300;
    text-shadow: 0 1px 0 #d9d9d9, 0 2px 0 #d0d0d0, 0 5px 10px rgba(0,0,0,0.125), 0 10px 20px rgba(0,0,0,0.2);
}

    /****************************************************************************************Add style*********************************************************/



    .container {
        width: 1250px;
    }
    @media(min-width: 1281px){
        .header{
            padding: 0px;
        }
        .container{
            /*margin-left: calc(50vw - 625px);*/
        }
        .container .container{
            margin-left: auto;
        }
    }
    .page-col-llg{
        position: relative;
        min-height: 1px;
        float: left;
        /*padding-left: 15px;*/
        padding-right: 7px;
        width: 936px;
    }
    .page-col-rsm{
        position: relative;
        min-height: 1px;
        float: left;
       /* padding-right: 15px;*/
        padding-left: 8px;
        width: 313px;
    }

    .page-col-rsm .panel{
        margin-bottom: 15px;
    }

    .page-col.sm{
        /*padding-left: 50px;
        padding-right: 50px;*/
    }

    .page-col.sm .page-col-llg{
       /* width: 837px;*/
        width: 935px;
    }


    @media(max-width: 768px){
        .container {
            width: 100%;
        }
        .page-col-llg{
            padding-left: 5px;
            padding-right: 5px;
            width: 100%;
        }
        .page-col-rsm{
            display: none;
        }
        .navi-form{
            display: none;
        }
        .company-action{
            display: none;
        }
        .nheader .logo{
            display: none;
        }
        .nheader .title{
            width: 100%;
        }
    }

    .page-lg{
        width: 915px;

    }

    .page-sm{
        width: 290px;
    }

    em{
        font-style: normal;
    }
    button{outline: none;}

    /****************************************************************************************Add style*********************************************************/
    a{
        cursor:pointer;
    }
    li{
        list-style:none;
    }

    .no-padding {
        padding: 0;
    }

    .chart-item{
        display: inline-block; height: 350px;width:100%;box-sizing: border-box; margin-top: 15px;margin-bottom: 15px;
    }
    .nchart-item{
        display: inline-block; box-sizing: border-box;margin-bottom: 15px;
        width: 586px;height: 260px;border:solid 1px #eee;margin-top: 0px;
        max-width: 100%;
    }
    .col-md-9 .nchart-item{
        width: 438px;
    }
    .nchart-item.hmd{
        height: 300px;
    }
    .nchart-item.hlg{
        height: 400px;
    }
    .nchart-item-title{
        position: absolute;
        top: 10px;
        margin-left: 15px;
        font-size: 13px;
    }

    .business-title {
        margin-bottom: 20px;
        color: #666;
        font-size: 16px;
     } 

    .table-bordered > tbody > tr > td{
        border: 1px solid #eee;
        vertical-align: middle;
    }
    .break{
        word-wrap: break-word; word-break: break-all;
    }
    .n-b{
        border-bottom:0;
        border-bottom-color: #fff;
    }
    .nb.nav-tabs {
        margin: -9px -16px;
    }
    .n-t{
        border-top:0;
    }
    #p-b14{
        padding-bottom:14px;
    }
    .noresult{
        text-align:center;
        padding:100px 0;
    }
    .noresult .noface img {
        width: 80px;
        margin-bottom: 10px;
    }
    .no-search{
        padding-bottom:30px;
    }
    .em-primary em{
        color: #128bed !important;
    }
    .font-20{
        font-size:20px !important;
    }
    .font-15{
        font-size:15px !important;
    }
    .font-14{
        font-size:14px !important;
    }
    .font-16{
        font-size:16px !important;
    }
    .font-18{
        font-size:18px !important;
    }
    .font-12{
        font-size:12px !important;
    }
    .font-13{
        font-size:13px !important;
    }
    #table-msg>tbody>tr>td {
        border-top: none;
        padding: 20px 8px;
    }
    .panel .table td{
        padding:15px;
    }
    .panel .table th{
        padding:10px 15px;
    }
    .redstar,.validate-error{
        color: #dd1e32;
    }

    .validate-success {
        color: #179877;
    }
    .redstar{
        margin-right:5px;
    }
    .pd-100{
        padding-bottom:100px;
    }
    .min-800{
        min-height:800px;
    }
    .text-big{
        font-size:20px;
    }
    .n-p{
        padding:0;
        border:none;
        padding-top:-1px;
    }
    .table-bordered {
        border: 1px solid #eeeeee
    }
    .input-lg {
        height: 40px;
        padding: 10px 16px;
        font-size: 16px;
    }
    .form-control{
        border:1px solid #ddd;
    }
    /*首页*/
    #particles-js {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        z-index:0;
    }
    #search{
       /*background: #005B8E url(../images/bg-company.png?v=1) no-repeat top;*/
       background: #005B8E url(../images/bg-company-2.png) no-repeat top;
       background-size: cover;
    }
    #search  .intro {
        padding:100px 0 100px;
        position: relative;
        z-index:10;
    }

    #search .input-lg{
        height:51px;
    }
    #search .btn-lg{
        background:#24c2a6;
		font-size:20px;
		padding: 11px 25px 10px;
        height:51px;
    }
    .twos-info{
        background: #F3F9FE;
        
        height: 60px;
        padding: 15px;
        line-height: 32px;
        margin-left: 15px;
        border:solid 1px #eee;
        margin-bottom: 15px;
    }
    .search-nav {
        font-size: 16px;
        font-weight: normal;
        /*width: 678px;*/
        margin: 0 auto; 
    }
    .search-nav li {
        list-style: none;
        float: left;
        margin: 10px 0px;
        line-height: 16px;
        padding: 5px 8px;
        color:#f9f9f9;
        border-radius:2px;
    }
    .search-nav li a {
        color:#fff;
    }
    .search-nav li:hover a {
        color:#333;
    }    
    .search-nav li.active {
        background-color: #fff;
        color: #333;
        position: relative;
    }
    .search-nav li.active:before {
        content: " ";
        width: 0;
        height: 0;
        border-width: 6px 6px 0px;
        border-style: solid;
        position: absolute;
        bottom: -7px;
        border-color: #fff transparent transparent;
        left: 50%;
        margin-left: -6px;
    }
    
    .search-type:hover{
        background-color: #fff;
        color: #333;
        position: relative;
    } 
    .search-type:hover:before {
        content: " ";
        width: 0;
        height: 0;
        border-width: 6px 6px 0px;
        border-style: solid;
        position: absolute;
        bottom: -7px;
        border-color: #fff transparent transparent;
        left: 50%;
        margin-left: -6px;
    }

    .search-type {
        border: 1px solid transparent;
        cursor: pointer;
    }

    #searchkey{
        font-size:16px;
    }
    #search #searchkey:focus {
        border:none;
    }
    #search-list{
        display:none;
        width: 792px;
        background: #fff;
        position: absolute;
        left: 15px;
        top: 113px;
        z-index: 1000;
        border:1px solid #eee;
    }

    #search-list em,#header-search-list em{
        font-style:normal;
        font-weight:700;
    }
    .nsearch-list-his{
        text-align: left;
    }
    .nsearch-list-his .bt{
        color: #999;
        font-size: 12px;
        cursor: default;
        margin-left: 15px;
    }
    .nsearch-list-his .bt:hover{
        color: #128BED;
    }
    .nsearch-list-his .bt>span{
        background: url(/material/theme/chacha/cms/v2/images/nsearch_bt.png);
        background-size: 32px 32px;
        display: inline-block;
        width: 16px;
        height: 16px;
        position: relative;
        top: 3px;
        left: -2px;
    }
    .nsearch-list-his .bt>.del{
        background-position: -16px 0px;
    }
    .nsearch-list-his .bt:hover>span{
        background-position-y: -16px;
    }
    .nsearch-list-his .text-click{
        line-height: 1.4;
    }
    .nsearch-list-his .bg{
        background: #FAFAFA;
    }
    .nsearch-list-his .ntag:hover{
        color: #666;
    }
    .nsearch-list .list-group-item, .nsearch-list-his .list-group-item{
        border-color: #FAFAFA;
    }
    .nsearch-list a.keyMoveItem:hover, .nsearch-list-his .keyMoveItem:hover{
        background-color: #F3F9FD;
        color: #128bed;
    }
    .nsearch-list-his .ntag{
        height: auto;
    }


    .area{
        min-width:75px;
    }

    .index-hot{
        color:#f9f9f9;
    }
    .index-hot-company{
        color: #eee;padding: 5px 10px;font-size: 16px;display: inline-block;
    }
    .index-hot-company:hover,.index-hot-company:visited,.index-hot-company:active{
        /*color:#fff;*/
    }
    .index-hot-company:hover{color:white;}
    .bg-black .nav > li > a.text-md{
        font-size:14px;
    }
    .bg-black .nav > li > a{
        font-size:16px;
    }

    /*行业*/
    .filter-tag {
        padding: 18px 10px 5px;
        position: relative;
        margin-bottom:10px;
    }


    .filter-tag dt {
        float: left;
        height: 24px;
        line-height: 24px;
        padding-right: 10px;
    }

    .filter-tag dd {
        float: left;
        color: #e7e7e7;
    }

    .filter-tag dd a {
        display: inline-block;
        padding: 3px 5px;
        margin: 0 4px 8px;
        color: #999;
        border-radius:1px;
        text-align:center;
    }

    .filter-tag dd a.current,.filter-tag dd a:hover {
        text-decoration: none;
        background-color: #128cec;
        color: #fff;
    }

    #index-block{
        font-size:20px;
    }


    /*公司*/
    .base-black{
        color: #555;
    }
    .black-6{
        color:#666;
    }


    .n-p-l{
        padding-left:0;
    }
    .n-p-r{
        padding-right:0;
    }
    .company-logo{
        width:100px;
        height:101px;
        display: table-cell;*display:inline-block;
        font-size: 20px;
        text-align: center;
        vertical-align: middle;
        border:1px solid #fafafa;
    }
    .company-logo img{
        width: 98px;
    }
    .company-base {
        padding: 10px 0 10px 10px;
        display: block;
    }

    .company-base li {
        float: left;
        width: 50%;
        line-height: 18px;
        padding-bottom: 10px;
        color: #555;
        font-size: 15px;
    }

    .company-base label,.detail-partner-list  label{
        color: #888;
        font-weight: normal;
        font-size: 13px;
        width:80px;
    }

    .company-base li.comp-addL {
        width: 60%;
    }

    .company-base li.comp-addf {
        width: 40%;
    }

    .company-base li.comp-gen-txarea {
        width: 100%;
        padding-bottom: 20px;
    }

    .time-list {
        min-height: 50px;
        padding:0 15px;
        color:#a1a8ac;
    }
    .time-list .con {
        width: 100%;
        height: 100%;
        border-left: 1px solid rgba(0,0,0,0.1);
        position: relative;
        padding-left:20px;
        line-height: 25px;
    }
    .time-list  .con:before {
        content: "";
        width: 8px;
        height: 8px;
        border-radius: 8px;
        position: absolute;
        top: 9px;
        left: -4px;
        background: #1aae88;
        z-index: 3;
    }

    .time-list  .con a.com {
        color: rgba(0,0,0,0.8);
        margin-right: 5px;
        display: inline-block;
        cursor: default;
    }
    .time-list  p.date{
        margin:0;
    }
    .time-list:last-child{
        border-bottom:0;
    }
 
    #company-nav {
        border:none;
        margin-top: 20px;
     }
    #company-nav  li a{
/*        border-right:1px solid #ededed;
*/    
        padding-top:15px;
        padding-bottom: 15px;
    }
    #company-nav  li a:hover{
        background:#fafafa;
    }
    #company-nav .badge{
        background:none;
        color:#999;
        border: 1px solid #e0e0e0;
        margin-left:10px;
        border-radius: 2px;
        padding: 2px 4px;
        font-weight: 500;
        margin-top:3px;
    }
    #company-nav .current{
        background:#fff;
        border-top:1px solid #eeeeee;
        background-color: #f9f9fa;
        font-weight: 700;
        color: #333;
        border-top: 2px solid #ababab;        
    }
    #company-nav #base_title.current{
      /*  border-left:1px solid #eeeeee;*/
    }
    .company-nav{
        position: absolute;
        height: 44px;
        width: 100%;
        margin: 0px;
        border: 1px solid #eee;
        overflow: hidden;
        z-index: 66;
        background: #fcfcfc;
    }
    .company-nav-fixed{
        position: fixed;
        top: 56px;
        width: 1220px;
    }
    .col-md-9 .company-nav-fixed{
        width: 922.5px;
    }
    .company-nav-hover{
        overflow: visible;
    }
    .company-nav-tab{
        width: 152px;
        float: left;
    }
    .company-nav-tab:last-child{
        position: absolute;
        right: 0px;
        width: 154px;
    }
    .company-nav-head{
        display: block;
        text-align: center;
        padding-top: 8px;
        padding-bottom: 7px;
        font-size: 16px;
        background-color: #fcfcfc;
    }
    .company-nav-head>h2{
        font-size: 16px;
        display:inline-block;
        margin-top:0px;
        margin-bottom:0px;
        color: #3c4144;
    }
    
    .company-nav:hover .company-nav-head{
        background-color: #fff;
    }
    .company-nav-head>span{
        font-size: 12px;
        color: #999;
        font-weight: normal;
    }
    .company-nav-head:hover, .company-nav-tab.current .company-nav-head,.company-nav-head:hover > h2{
        color: #128bed;
    }
    .company-nav-tab.current .company-nav-head{
        font-weight: 600;
        background: #fff;
        box-shadow: 0px 1px 2px 0px rgba(140,140,140,0.3);
    }
    .company-nav-tab.current h2{
        color: #128bed;font-weight: 600;
    }
    .company-nav-tab.current+.company-nav-tab .company-nav-head{
        box-shadow: 0px 1px 2px 0px rgba(140,140,140,0.3);
    }
    .company-nav-tab:hover .company-nav-items{
        background: #fcfcfc;
        /*border-top: none;
        margin-top: 0px;*/
    }
    .company-nav-tab:hover .company-nav-head{
        background: #fcfcfc;
        color: #128bed;
        box-shadow: 0px 1px 2px 0px rgba(140,140,140,0.3);
    }
    .company-nav-tab:hover .company-nav-head>span{
        color: #128bed;
    }
    .company-nav-tab:hover+.company-nav-tab .company-nav-head{
        box-shadow: 0px 1px 2px 0px rgba(140,140,140,0.3);
    }
    .company-nav-items{
        background: #fff;
        border-bottom: 1px solid #eee;
        padding-left: 28px;
        box-shadow: 0px 2px 2px 0px rgba(140,140,140,0.3);
        border-top: 1px solid #eee;
        margin-top: -1px;
        padding-top: 2px;
        font-size: 13px;
        min-height: 280px;
    }
    .company-nav-items>a, .company-nav-items>span{
        display: block;
        padding-top: 2px;
        padding-bottom: 1px;
        letter-spacing: 0;
    }
    .company-nav-items>a{
        color: #333;
    }
    .company-nav-items>span{
        color: #999;
    }
    .company-nav-items>a:hover{
        color: #128bed;
    }
    .company-nav-items>a>span, .company-nav-items>span>span{
        font-size: 12px;
    }
    .company-nav-tab .company-nav-head.viptab h2{
        color: #D2A874;
    }
    .company-nav-tab:hover .company-nav-head.viptab>span{
        color: #D2A874;
    }

    .company-nav-tab .company-nav-head.viptab{
        background-image: url(../../images/website/comm/icon_vip_tag.png);
        background-size: 20px 9px;
        background-position: 110px 5px;
        background-repeat:no-repeat;
    }

    .list-nav.company-nav-tab .company-nav-head.viptab{
        background-position: 92px 5px;
    }

    .hk-nav .company-nav-tab{
        width: 174px;
    }
    .hk-nav .company-nav-tab:last-child{
        width: 174px;
    }
    .hk-nav .company-nav-head{
        
    }
    .hk-nav .company-nav-items{
        padding-left: 48px; 
    }
    .hk-nav .listhk-nav .company-nav-items{
        line-height: 22px;
        font-size: 13px;
    }
    .so-nav .company-nav-tab{
        width: 243px;
    }
    .so-nav .company-nav-tab:last-child{
        width: 246px;
    }
    .so-nav .company-nav-items{
        padding-left: 80px;
        font-size: 14px;
    }

    .fundation-nav .company-nav-tab{
        width: 203px;
    }
    .fundation-nav .company-nav-tab:last-child{
        width: 203px;
    }
    .fundation-nav .company-nav-items{
        padding-left: 56px;
    }

    .wfirm-nav .company-nav-tab{
        width: 203px;
    }
    .wfirm-nav .company-nav-tab:last-child{
        width: 203px;
    }
    .wfirm-nav .company-nav-items{
        padding-left: 56px;
    }

    
    .list-nav.company-nav-tab{
        width: 135px;
    }
    .list-nav.company-nav-tab:last-child {
        width: 138px;
    }
    .list-nav .company-nav-items{
        padding-left: 20px;
        font-size: 13px;
    }
    .list-nav .company-nav-items>a, .list-nav .company-nav-items>span{
        height: 24px;
    }
    .list-nav .company-nav-items>a>span, .list-nav .company-nav-items>span>span{
        font-size: 12px;
    }

    .listhk-nav.company-nav-tab{
        width: 152px;
    }
    .listhk-nav.company-nav-tab:last-child {
        width: 154px;
    }
    .listhk-nav .company-nav-items{
        padding-left: 32px;
    }

    .person-nav.company-nav-tab{
        width: 230px;
    }
    .person-nav .company-nav-items{
        font-size: 14px;
    }
    .person-nav.company-nav-tab:last-child {
        width: 233px;
    }
    .person-nav:nth-child(1) .company-nav-items{
        padding-left: 84px;
    }
    .person-nav:nth-child(2) .company-nav-items{
        padding-left: 74px;
    }
    .person-nav:nth-child(3) .company-nav-items{
        padding-left: 74px;
    }
    .person-nav:nth-child(4) .company-nav-items{
        padding-left: 64px;
    }

    .company-onav{
        position: absolute;
        height: 44px;
        width: 100%;
        margin: 0px;
        border-bottom: 1px solid #eee;
        overflow: hidden;
        z-index: 66;
    }
    .company-onav.company-onav-fixed{
        position: fixed;
        top: 56px;
        width: 923px;
    }
    .company-onav-tab{
        width: 155px;
        float: left;
        display: block;
        text-align: center;
        line-height: 44px;
        font-size: 16px;
        background-color: #fcfcfc;
    }
    .company-onav-tab:not(:last-child){
        width: 153px;
        border-right: solid 1px #eee;
    }
    .company-onav-tab.active{
        color: #128bed;
        font-weight: 600;
    }
    .company-onav-tab.disable{
        cursor: default;
        color: #999 !important;
    }
    .company-onav-tab:hover,.company-onav-tab.active{
        color: #128bed;
        background: #fff;
    }
    .company-onav-tab>span{
        font-size: 12px;
        color: #999;
        font-weight: normal;
    }

    .company-snav{
        background: #fff;
    }
    .company-snav-tab{
        width: 229px;
        float: left;
        display: block;
        text-align: center;
        padding-top: 8px;
        font-size: 16px;
        background-color: #fff;
    }
    .company-snav-tab.active{
        color: #128bed;
        font-weight: 600;
    }
    .company-snav-tab.disable{
        cursor: default;
        color: #999 !important;
    }
    .company-snav-tab:hover{
        color: #128bed;
    }
    .company-snav-tab>span{
        font-size: 12px;
        color: #999;
        font-weight: normal;
    }
    .company-snav.oversea-001 .company-snav-tab{
        width: 184px;
    }
    .company-nav-contain:after{
        content: "." ; 
        display: block ;
        height: 0 ;
        clear: both ;
        visibility: hidden ;
    }
    .company-bottom-nav .tcaption{
        padding: 10px 15px;
        background: #FCFCFC;
        margin-bottom: 5px;
    }
    .company-bottom-nav .tcaption>h3{
        font-weight: normal;
        font-size: 15px;
    }
    .company-bottom-nav .tcaption  .hchart{
        margin-top: 2px;
    }
    .company-bottom-nav table{
        margin-bottom: 20px;
    }
    .company-bottom-nav .head{
        color: #333;
        font-size: 14px;
    }  
    .company-bottom-nav td{
        vertical-align: top;
        padding-bottom: 10px;
        padding-top: 10px;
    }
    .company-bottom-nav td:nth-child(1){
        padding-left: 15px;
    }
    .company-bottom-nav td:nth-child(2){
        border-bottom: solid 1px #eee;
    }

    .company-bottom-nav td>a{
        display: inline-block;
        color: #666;
        font-size: 12px;
        width: 120px;
    }
    .company-bottom-nav td>a:hover{
        color: #128bed;
    }
    .company-bottom-nav td>span{
        display: inline-block;
        color: #D6D6D6;
        font-size: 12px;
        width: 120px;
    }

    .n-s{
        box-shadow:none;
    }
    .side-num{
        font-weight: 700;
        font-size: 20px;
        color: #666;
    }
    .side-mod{
        padding:5px 0;
        text-align:center;
        color: #a8a8a8;
    }
    .m-b-none th{
        font-weight:500;
    }
    .man-list{
        border:1px solid #eee;
        padding:10px 15px;
        margin-right:10px;
    }
    
    .newicon {
        position: absolute;
        top: -12px;
        right: 0;
    }
    
    #company-top .label{
        font-weight: normal;
        padding: .1em 0.6em .2em;
    }
    .share{
        text-align:center;
    }
    #qrcode{
        border-bottom:#e6e6e6 1px solid;
        padding-bottom:20px;
    }
    #qrcode canvas{
        width:150px;
    }
    .btn-num{
        padding: 0px 5px;
        background:#f2f4f8;
        border: 1px solid #e0e0e0;
    }
    /*个人中心*/
    .tr-user{
        border-top:1px solid #eeeeee;background:#f9fafc
    }

    /*报告中心*/
    .timeline {
        list-style: none;
        padding: 20px 0 20px;
        position: relative;
    }
    .timeline:before {
        top: 0;
        bottom: 0;
        position: absolute;
        content: " ";
        width: 3px;
        background-color: #f2f2f2;
        left: 2%;
        margin-left: -1.5px;
    }
    .timeline > li {
        margin-bottom: 20px;
        position: relative;
    }
    .timeline > li:before,
    .timeline > li:after {
        content: " ";
        display: table;
    }
    .timeline > li:after {
        clear: both;
    }
    .timeline > li:before,
    .timeline > li:after {
        content: " ";
        display: table;
    }
    .timeline > li:after {
        clear: both;
    }
    .timeline > li > .timeline-panel {
        width: 90%;
        float: left;
        border: 1px solid #ddd;
        border-radius: 2px;
        padding: 20px;
        position: relative;
        margin-left:8%;
    }
    .timeline > li > .timeline-panel:before {
        position: absolute;
        top: 26px;
        right: -15px;
        display: inline-block;
        border-top: 15px solid transparent;
        border-left: 15px solid #ddd;
        border-right: 0 solid #ddd;
        border-bottom: 15px solid transparent;
        content: " ";
    }
    .timeline > li > .timeline-panel:after {
        position: absolute;
        top: 27px;
        right: -14px;
        display: inline-block;
        border-top: 14px solid transparent;
        border-left: 14px solid #fff;
        border-right: 0 solid #fff;
        border-bottom: 14px solid transparent;
        content: " ";
    }
    .timeline > li > .timeline-badge {
        color: #fff;
        width: 50px;
        height: 50px;
        line-height: 50px;
        font-size: 1.4em;
        text-align: center;
        position: absolute;
        top: 16px;
        left: 2%;
        margin-left: -25px;
        background-color: #999999;
        z-index: 100;
        border-top-right-radius: 50%;
        border-top-left-radius: 50%;
        border-bottom-right-radius: 50%;
        border-bottom-left-radius: 50%;
    }
    .timeline > li.timeline-inverted > .timeline-panel {
        float: left;
    }
    .timeline > li.timeline-inverted > .timeline-panel:before {
        border-left-width: 0;
        border-right-width: 15px;
        left: -15px;
        right: auto;
    }
    .timeline > li.timeline-inverted > .timeline-panel:after {
        border-left-width: 0;
        border-right-width: 14px;
        left: -14px;
        right: auto;
    }
    .timeline-badge.primary {
        background-color: #2e6da4 !important;
    }
    .timeline-badge.success {
        background-color: #3f903f !important;
    }
    .timeline-badge.warning {
        background-color: #f0ad4e !important;
    }
    .timeline-badge.danger {
        background-color: #d9534f !important;
    }
    .timeline-badge.info {
        background-color: #5bc0de !important;
    }
    .timeline-title {
        margin-top: 0;
        color: inherit;
    }
    .timeline-body > p,
    .timeline-body > ul {
        margin-bottom: 0;
    }
    .timeline-body > p  {
        margin-top: 20px;
    }


    /*分布操作*/
    .wizard-border {
        border-bottom: 1px solid #eee;
        padding:80px 0 40px;
    }

    .wizard-steps {
        list-style: none;
        display: table;
        width: 100%;
        padding: 0;
        margin: 0;
        position: relative
    }

    .wizard-steps li {
        display: table-cell;
        text-align: center;
        width: 1%
    }

    .wizard-steps li .step {
        border: 5px solid #ced1d6;
        color: #546474;
        font-size: 15px;
        border-radius: 100%;
        background-color: #FFF;
        position: relative;
        z-index: 2;
        display: inline-block;
        width: 40px;
        height: 40px;
        line-height: 30px;
        text-align: center
    }

    .wizard-steps li:before {
        display: block;
        content: "";
        width: 100%;
        height: 1px;
        font-size: 0;
        overflow: hidden;
        border-top: 4px solid #ced1d6;
        position: relative;
        top: 21px;
        z-index: 1
    }

    .wizard-steps li:last-child:before {
        max-width: 50%;
        width: 50%
    }

    .wizard-steps li:first-child:before {
        max-width: 51%;
        left: 50%
    }

    .wizard-steps li.active:before,.wizard-steps li.complete:before,.wizard-steps li.active .step,.wizard-steps li.complete .step {
        border-color: #5293c4
    }

    .wizard-steps li.complete .step {
        cursor: default;
        color: #FFF;
        -webkit-transition: transform ease .1s;
        transition: transform ease .1s
    }

    .wizard-steps li.complete .step:before {
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        line-height: 30px;
        text-align: center;
        border-radius: 100%;
        content: "\f00c";
        background-color: #FFF;
        z-index: 3;
        font-family: FontAwesome;
        font-size: 17px;
        color: #87ba21
    }

    .wizard-steps li.complete:hover .step {
        -moz-transform: scale(1.1);
        -webkit-transform: scale(1.1);
        -o-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1);
        border-color: #80afd4
    }

    .wizard-steps li.complete:hover:before {
        border-color: #80afd4
    }

    .wizard-steps li .title {
        display: block;
        margin-top: 4px;
        max-width: 100%;
        color: #949ea7;
        font-size: 14px;
        z-index: 104;
        text-align: center;
        table-layout: fixed;
        word-wrap: break-word
    }

    .wizard-steps li.complete .title,.wizard-steps li.active .title {
        color: #2b3d53
    }

    .forget-form {
        margin-top: 60px;
    }

    .forget-form .get-mobile-code {
        color: #428bca;
        margin-left: 10px;
    }

    .reset-success {
        margin-top: 80px;
    }

    .login-now {
        margin-top: 100px;
        text-align: right;
        padding-right: 20px;
        width: 100%;
        padding-top: 20px;
    }

    /*尾部*/
    .footer{
        margin-top:50px;
        position: relative;
        background: #2d3237;
        color: #7281AD;
        font-size: 13px;
        padding: 0px;
    }
    .footer a{
        color: #7281AD;
    }
    .footer a:hover{
        color: #fff;
    }
    .footer-top{
        margin-top: 20px;
        margin-bottom: 20px;
        padding-bottom: 15px;
        border-bottom: solid 1px #7281AD;
        
    }
    .footer .about{
        float: left;
        width: 132px;
    }
    .footer .contact{
        float: left;
        width: 250px;
        margin-right: 30px;
    }
    .footer .service{
        float: left;
        width: 372px;
    }
    .footer .service a{
        margin-right: 15px;
        display: inline-block;
    }
    .footer-row{
        padding-left: 72px;
    }
    .footer-row-head{
        margin-left: -72px;
        float: left;
    }
    .footer-row .item{
        float: left;
        margin-right: 12px;
        position: relative;
    }
    .footer-row .item:not(:last-child):after{
        content: " ";
        position: absolute;
        height: 12px;
        width: 1px;
        background: #7281AD;
        right: -7px;
        top: 6px;

    }
    .footer-copy-bg{
        padding-top: 5px;
        padding-bottom: 10px;
        margin-top: 20px;
        background: #202427;
    }
    .footer-copy{
        font-size: 14px;
    }
    .footer .auth{
        float: right;
        margin-top: 15px;
    }
    .footer .auth>a{
        margin-left: 30px;
    }
    .footer .qrcode-item{
        float: right;
        text-align: center;
        margin-left: 50px;
    }
    /*.footer .qrcode img{
        width: 100px;
        display: block;
        margin-bottom: 6px;
    }*/
    .footer h4{
        font-size: 14px;
        color: #fff !important;
    }


    /*订单样式*/

    .orderinfo-one{
        line-height: 80px;
        height:80px;
    }
    .orderinfo-two{
        line-height: 15px;
        height:80px;
        margin-top:20px;
        font-size:13px;
    }
    .orderinfo-three{
        line-height: 15px;
        height:80px;
        margin-top:30px;
    }
    .orderinfo-three .btn{
        margin-right:5px;
    }
    .c9{
        color:#999;
    }
    .orderStatus{
        height:30px;
        padding:0 10px;
        line-height:30px;
        margin-top:30px;
    }
    .w80{
        width:80px;
    }
    .w110{
        width:110px;
    }



    #order-body{
        margin-top:50px;min-height:800px;
    }
    .order-title{
        margin-bottom: 20px;
        font-size: 26px;
        font-weight: bold;
        padding:0 20px 20px;
    }
    .order-info{
        border:1px solid #eee;padding:20px;border-top:0;
    }

    .unread-count {
        color: #999;
        font-weight: normal;
        font-size: 13px;
    }
    .userletter{
        display: inline-block;
        text-align: center;
        vertical-align: middle;
        width: 48px;
        height: 48px;
        overflow: visible;
        border: 1px solid rgba(0,0,0,.06);
        border-radius: 30px;
        font-size: 20px;
        line-height: 43px;
        color: #666;
    }
    

    /*资本动态*/
    .ziben-list {
        min-height: 50px;
        border-bottom: 1px dashed rgba(0,0,0,0.1);
        padding: 10px;
    }
    .ziben-list .con {
        width: 100%;
        height: 100%;
        border-left: 1px solid #efefef;
        position: relative;
        padding-left:20px;
        line-height: 30px;
    }
    .ziben-list  .con:before {
        content: "";
        width: 6px;
        height: 6px;
        border-radius:4px;
        position: absolute;
        top: 8px;
        left: -3px;
        background: #95c7ec;
        z-index: 3;
    }

    .ziben-list  .con a.com {
        color: rgba(0,0,0,0.8);
        margin-right: 5px;
        display: inline-block;
        cursor: default;
    }
    .ziben-list  p.date{
        margin:0;
    }
    .ziben-list:last-child{
        border-bottom:0;
    }

    /*快报*/
    .fast-item {
        padding-left: 4px;
        cursor: pointer;
    }
    .fast-item .item-inner {
        padding-left: 20px;
        border-left: 1px solid #efefef;
        padding-bottom: 10px;
    }
    .fast-item .item-title {
        position: relative;
        color: #555;
        line-height: 20px;
        font-size: 14px;
        margin-bottom: 10px;
    }

    .fast-item .item-time,.fast-item .item-info {
        font-size: 12px;
        color: #aaa;
        padding-bottom: 10px;
        line-height: 1.5;
    }
    .fast-item .item-info {
        overflow: hidden;
        padding-bottom: 25px;
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        -ms-transition: all 0.5s;
        -o-transition: all 0.5s;
        transition: all 0.5s;
        display:none;
    }
    .fast-item .item-info a {
        padding: 0 3px;
    }
    .fast-item .item-title:before {
        position: absolute;
        width: 8px;
        height: 8px;
        background-color: #95c7ec;
        border: 1px solid #fff;
        left: -24px;
        top: 4px;
        content: "";
        border-radius: 100%;
    }


    #status {
        position: fixed;
        z-index: 99999999;
        width: 250px;
        height: 250px;
        position: absolute;
        left: 50%;
        top: 50%;
        background-image: url(../images/status.gif);
        background-size: 64px 64px;
        background-repeat: no-repeat;
        background-position: center;
        margin: -125px 0 0 -125px;
    }
    #status p{
        margin-top: 160px;
    }
    .stat2{
        position: fixed;
        z-index: 2500;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-color: #FFF;
        z-index: 99999999;
        text-align:center;
    }

    

    /*企业入驻*/
    .join-banner {
        background: #177bbb url(../images/banner.jpg) no-repeat top;
        text-align: center;
        height: 400px;
        background-size: 100%;
        width: 100%;
    }
    .join-title{
        color:#fff;
        font-size:40px;
        font-weight: 700;

    }
    .join-des{
        margin-top:30px;
        font-size: 30px;
        font-weight: 300;
    }
    .join-btn{
        margin-top:40px;
    }


    #album .thumbnail {
        display: block;
        padding: 4px;
        margin-bottom: 20px;
        line-height: 1.42857143;
        background-color: #fff;
        border: 1px solid #fafafa;
        border-radius: 0;
        -webkit-transition: all .2s ease-in-out;
        transition: all .2s ease-in-out;
    }
    
    .columns h4 {
        font-size: 18px;
        padding-right: 20px;
        color: #333;
    }
    .columns ul li a {
        padding: 5px 10px;
        font-size: 14px;
        line-height: 26px;
        float:left;
    }

    .columns ul li a:hover {
        text-decoration: none;
        background-color: #128bed;
        color: #fff;
        padding:5px 10px;

    }



  
  


    .p-t{
        padding-top:15px;
    }

    .p-t-20{
        padding-top: 20px;
    }

    /*index add*/
    .h3.block{
        font-size: 18px;
        margin: 0 0 5px;
    }

    .h3.block.text-dark{
        color:#444;
    }
    .p-t{
        padding-top:15px;
    }

    .p-t-20{
        padding-top: 20px;
    }

    .b-b.bg-white:hover{
        background-color: rgba(80, 80, 80,0.05);
    }
    .i-9{
        font-size: 0.9em;
    }

    .btn-outline-primary{
      background: #fff;
      color: #128bed !important;
      border:solid 1px #128bed;
    }



  




    /*搜索样式*/

    #options{
        padding:15px 20px;
    }
    #options dl, #options dt {
        margin-bottom: 10px;
        font-weight: 400;
    }

    #options dt {
        font-size: 16px;
        color: #393d3f;
        cursor: pointer;
        position: relative;
    }

    #options dt em {
        height: 0;
        width: 0;
        overflow: hidden;
        font-size: 0;
        line-height: 0;
        border-width: 6px 5px 0;
        border-style: solid dashed;
        border-color: #393d3f transparent transparent;
        -webkit-transition: all 0.4s ease 0s;
        -moz-transition: all 0.4s ease 0s;
        -ms-transition: all 0.4s ease 0s;
        transition: all 0.4s ease 0s;
        margin-left: 10px;
        position: absolute;
        margin-top: 10px;
    }

    #options dt em.transform {
        -webkit-transform: rotate(-90deg);
        -moz-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        transform: rotate(-90deg);
        -webkit-transition: all 0.4s ease 0s;
        -moz-transition: all 0.4s ease 0s;
        -ms-transition: all 0.4s ease 0s;
        transition: all 0.4s ease 0s;
    }

    #options dd div {
        margin-bottom: 5px;
        color: #555;
        cursor: pointer;
        -moz-transition: background-color 0.2s ease-out,color 0.1s ease-out;
        -webkit-transition: background-color 0.2s ease-out,color 0.1s ease-out;
        -ms-transition: background-color 0.2s ease-out,color 0.1s ease-out;
        transition: background-color 0.2s ease-out,color 0.1s ease-out;
    }

    #options dd div a {
        color: #555;
        text-decoration: none;
        display: block;
        padding: 4px 10px;
    }
    #options dd div a.active {
        background: #5cb85c;
        color:#fff;
    }

    #options dd div:hover {
        color: #fff;
        background: #5cb85c;

    }

    #options dd div:hover a {
        color: #fff;
    }

    #ajaxlist em{
        color: #FD485E;
        font-style:normal;
    }
    #searchlist .name{
        font-size:17px;
        font-weight: 700;
    }
    #searchlist small{
        font-size:14px;
        color:#888;
    }
    #searchlist .panel-footer{
        background:#f9fafc;
    }
    #searchlist .label{
        font-weight:normal;
        padding: .1em 0.6em .2em;
    }
    #searchlist .btn-default{
        border:1px solid #dedede;
        color:#999;
    }
    #searchlist p{
       margin: 5px 0 3px;
       color:#666;
    }
    #search-tab-title th{background: #fff;}
    #search-tab-title{border-top:none;}

    #searchlist .product-item{
        float: left;
        margin-right: 15px;
        background: #fff;
    }
    #searchlist .pcard-box{
        width: 120px;
    }
    #searchlist .pcard-img{
        padding: 5px;
    }
    #searchlist .pcard-img .bimg{
        height: 64px;
    }
    #searchlist .pcard-img .des{
        margin-top: 6px;
        font-size: 12px;
        line-height: 1.6;
    }
    #searchlist .pcard-img:hover .des{
        color: #128bed;
    }
    #searchlist .relattag-item:hover{
        color: #007add;
    }

    #searchlist .m-ph{
        position: relative;
        padding-left: 22px;
    }

    #searchlist .icon-lianjie{
        position: absolute;
        left: 0px;
        top: 2px;
        background-image: url(/material/theme/chacha/cms/v2/images/icon_lianjie.png);
        width: 20px;
        height: 20px;
        background-size: 20px 20px;
    }

    .cityActive{
        background:#5cb85c;
        color:#fff;
    }
    .hideCity .cityBox{
        position: absolute;
        z-index: 1;
        border:1px solid #eee;
        min-width: 500px;
        padding: 15px;
        display: none;
    }
    .hideCity .cityChoose{
        display:inline-block;
        float: left;
        padding: 5px 10px;
    }
    .list-group-lg .list-group-item {
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .list-group-lg .list-group-item:hover{
        background-color: #f9fafc;
    }
    .list-group.mulu .list-group-item:hover{
        background-color: #F3F9FD;
    }
    .list-group.mulu .list-group-item:hover a{
        color: #128bed;
    }
    #options dd div a.active{
        background-color: #fff;
        color: #1aae88;
        border-left: 2px solid #179877;
    }
    #options dd div:hover {
        background-color: #179877;
        color: #fff;
    }
    #options dd{
        margin-left: 30px;
        margin-right: 60px;
    }

    .top-search-nav{
        margin-top:-30px;border:1px solid #eee;
        padding-left:0;
        background-color: #fafafa;
    }
    .top-search-nav a.active {
        font-weight: bold;
        background-color: #fff;
        border-bottom: 2px solid #177bbb;
    }
    .top-search-nav a {
        padding: 7px 16px 5px;
        float: left;
        border-right: 1px solid #eaeaea;
        border-bottom: 2px solid #fafafa;
        color: #666;
        font-size: 14px;
    }
    .top-hot {
        margin-top: 20px;
    }
    .top-hot  a{
        color: #777;
        padding-right:10px;
    }
    .btn-top{
        width:40px;
        padding: 5px 16px;
    }




    /*搜索样式*/

    .sfilter-tag {
        margin:2px 5px;
        padding: 0px 10px 0px 10px;
        position: relative;
    }

    .sfilter-tag dd a,.sfilter-tag dd .a {
        display: inline-block;
        padding: 3px 5px;
        margin: 0 4px 8px;
        border-radius: 1px;
        text-align: center;
    }

    .sfilter-tag  dt {
        float: left;
        height: 24px;
        line-height: 24px;
        padding-right: 10px;
        font-weight: normal;
        margin-right: 10px;
        color: #9a9a9a;
        font-size:13px;
    }

    .sfilter-tag dd {
        float: left;
        color: #e7e7e7;
    }

    .sfilter-tag  dd a, .sfilter-tag  dd .a {
        display: inline-block;
        padding: .1em 0.6em .2em;
        margin: 0 4px 8px;
        border-radius:1px;
        text-align:center;
    }

    .sfilter-tag dd a:hover,.sfilter-tag dd .a:hover {
        text-decoration: none;
        color: #fff;
        border-radius: 4px;
        padding: .1em 0.6em .2em;
        background-color: #177bbb;
        border-color: #177bbb
    }
	#SearchBox{
		padding: 8px 0 10px;
	}
 
    .about h4{
        font-size: 14px;
        color: #677D8B;
    }

    .sfilter-tag .custom{
        padding-top: 0px !important;
    }
    .sfilter-tag .custom:hover{
        background: #fff !important;
        color: #128bed !important;
    }
    .sfilter-tag .custom .fundrange{
      padding: 15px;
      color: #333;
      width: 152px;
      text-align: left;
      margin-left: 145px;
      margin-top: -50px;
    }
    .sfilter-tag .custom.open{
        color: #128bed !important;
    }
    .sfilter-tag .fundrange-dropdown:hover .fundrange{
        display: block;
    }
    .sfilter-tag .custom .fundrange>div{
      margin-bottom: 10px;
    }
    .sfilter-tag .custom .fundrange>div:after{
      content: "万";
      position: absolute;
      color: #999;
      margin-left: -25px;
      margin-top: 3px;
    }
    .sfilter-tag .custom .fundrange>div>span{
      margin-right: 8px;
      color: #999;
    }
    .sfilter-tag .custom .fundrange input{
      width: 100px;
      display: inline-block;
      font-size: 12px;
      height: 24px;line-height: 0px;
      padding-left: 8px;
      padding-right: 25px;
    }
    .sfilter-tag .custom .fundrange>span{
      font-size: 14px;
      display: inline-block;
    }
    .sfilter-tag .custom .fundrange>span:hover{
      color: #128bed;
    } 
    .sfilter-tag .custom .registdate>div:after{
      content: "年";
    }
    .sfilter-tag .custom.open{
        z-index: 60;
    }

    .sfilter-tag .drop-scroll{
        max-height: 196px;overflow-y: auto;border-bottom: solid 1px #eee;
    }

/*add style*/

.no-padding-right{
    padding-right: 0px;
}
.navi-header{
    height: 56px;
    background: #fff;
    position: relative;
    z-index: 1000;
    min-width: 1250px;
}
.navi-header-fixed{
    position: fixed;
    width: 100%;
    top: 0px;
}

.navi-brand{
    float: left;
    line-height: 56px;
    padding-right: 15px;
}
.navi-brand .logo_otherbox{
    float: left;
    background: #e03434;
    width: 155px;
    height: 36px;
    margin-top: 8px;
    color: white;
    font-size: 12px;
    line-height: 19px;
    text-align: center;
    letter-spacing: 2px;
}
.navi-brand .logo_otherbox .tt1{

}
.navi-brand .logo_otherbox .tt2{
    line-height: 15px;
}
.navi-brand>a{
    display: block;
    float: left;
}
.navi-brand>span{
    float: left;
}
.navi-brand .logo{
    line-height: 56px;
}
.navi-brand .logo img{
    height: 37px;
    margin-top: 8px;
    vertical-align: middle;
}
.navi-brand .zx{
    background: url(/material/theme/chacha/cms/v2/images/logo_zx3.png);
    background-size: 138px 36px;
    background-position: 0px -1px;
    display: block;
    width: 138px;
    height: 35px;
    margin-top: 10px;
    cursor: pointer;
    position: relative;
    margin-left: -5px;
}

.navi-brand .zx .inner{
    position: absolute;
    z-index: 100;
    top: 44px;
    box-shadow:0px 2px 4px 0px rgba(0,0,0,0.2);
    visibility: hidden;
    transition-property: visibility;
    transition-delay: .5s;
    cursor: default;
    padding: 5px;
    background: #fff;
    box-shadow: 0 2px 6px rgba(0,0,0,0.1);
    border: 1px solid rgba(0,0,0,0.1);
    border-radius: 2px;
}
.navi-brand .zx:hover .inner{
    visibility:visible;
}
.navi-brand .zx .inner>img{
    width: 532px;
    max-width: 532px;
}
.navi-nav {
    float: left;
    margin:0px;
    padding-right: 0px;
    padding-left: 0px;
    margin-right: -15px;
}
.navi-nav>li{
    float: left;
    position: relative;
    display: block;
}
.navi-nav>li>a{
    padding: 18px 8px 18px 8px;
    font-size: 14px;
    position: relative;
    display: block;
    line-height: 20px;
    color: #222;
}
.navi-nav>li:last-child>a{
    padding-right: 14px;
}
.navi-nav.lpan>li>a{
    padding-left: 14px;
    padding-right: 14px;
}
.navi-nav>li>a:hover{
    color: #128bed;
}
.navi-nav>li.active>a{
    color: #128bed;
}
.navi-nav>li>a.navi-btn{
    padding-top: 12px;
    padding-bottom: 12px;
}
.navi-nav>li>a.navi-btn>span{
    line-height: 32px;
    text-align: center;
    display: inline-block;
    background: #2196f4;
    color: #fff;
    width: 92px;
    border-radius: 2px;
}
.navi-nav .headface{
    position: relative;
    display: inline-block;
    width: 40px;
}
.navi-nav .headface img{
    position: absolute;
    width: 30px;
    top: -20px;
    left: 5px;  
    border-radius: 5px;
    max-height: 30px;
    object-fit: cover;
}
.navi-nav .headface .icon-vip-levelsm{
    right: 0px;
    top: -2px;
}
.navi-nav .dropdown-menu{
    margin-top: -3px;
    background: #fff;
    /*box-shadow: 0px 0px 5px #0000004d;*/
}
.navi-nav .app-box{
    width: 460px;
    margin-left: -220px;
}
.navi-nav .icon-appli{
    position: absolute;
    width: 20px;
    height: 20px;
    background: url(../../images/website/comm/top_yingyong.png);
    background-size: 20px 20px;
    margin-left: -25px;
    top: 18px;
}
.navi-nav .header-qrcode{
    padding-bottom: 10px;
    margin-bottom: 8px;
}
.navi-nav .header-qrcode:hover + .qrcode-box{
    display: block;
    margin-left: -80px;
    margin-top: -10px;
}
.navi-nav .qrcode-box{
    padding: 15px 15px;
}
.navi-nav .qrcode-box img{
    width: 213px;
}
.navi-nav .nav-user{
    left: auto;
    right: 10px;
    min-width: 108px;
}
.navi-nav .nav-user>li>a{
    padding: 6px 20px;
    color: #333;
    font-size: 14px;
}
.navi-nav .nav-user>li>a:hover{
    background: #ECECEC;
}
.navi-nav .nav-user .divider{
    height: 1px;
    margin: 5px 0;
    overflow: hidden;
    background-color: #efefef;
}
.navi-nav .nav-user .icon-new{
    position: relative;
    display: inline-block;
    left: 5px;
    top: 2px;
}

.navi-nav .head-line{
    line-height: 56px;
    color: #efefef;
}
.navi-nav .appli-drop>a{
  padding-right: 15px;
}
.navi-nav .msg-drop>a{
  padding: 17px 12px 17px 20px;
}
.navi-nav .msg-drop>a{
  padding: 17px 12px 17px 20px;
}
.navi-nav .msg-drop>a>img{
  width: 18px;
  position: relative;
  left: -5px;

}
.navi-nav .msg-drop>a>span{
  position: absolute;
  font-size: 12px;
  line-height: 1;
  color: #fff;
  background: #FD485E;
  min-width: 20px;
  border-radius: 15px;
  text-align: center;
  padding: 2px 2px;
  left:20px;
  top: 9px;
  border:solid 2px #fff;
}
.navi-nav .msg-box{
  padding: 0px;
  width: 400px;
  max-height: 400px;
  overflow-y: auto;
  margin-top: -3px !important;
  margin-left: -220px;
  color: #333;
  font-size: 14px;
}
.navi-nav .msg-box .list-group-item{
    border: none;
}
.navi-nav .msg-box .list-group-item:not(:first-child){
    border-top: solid 1px #eee;
}
.navi-nav .msg-box .list-group-item.hitem:hover{
  background: #f6f6f6;
}
.navi-nav .msg-box .he{
  font-size: 16px;
}
.navi-nav .msg-box .fo{
  text-align: center;
  display: block;
  padding-bottom: 2px;
  color: #128bed;
}
.navi-nav .msg-box .title{
  font-size: 16px;
  float: left;
  margin-bottom: 8px;
}
.navi-nav .msg-box .title>.icon-new{
  position: relative;
  display: inline-block;
}
.navi-nav .msg-box .time{
  float: right;
  color: #999;
  font-size: 12px;
  margin-top: 5px;
}
.navi-nav .msg-box .content{
    word-break: break-all;
}
.navi-nav .msg-box .content>a{
  color: #128bed;
}
.navi-nav .msg-box .operate{
  margin-top: 4px;
}
.navi-nav .msg-box .operate>a{
  color: #128bed;
}

.navi-nav  .nav-split{
    position: relative;
    overflow: hidden;
    margin-top: 5px;
    margin-bottom: 5px;
}
.navi-nav  .nav-split label,.navi-nav  .nav-split span{
    padding:0px;margin:0px;
}
.navi-nav  .nav-split label{
    position: relative;
    float: left;
    font-size:15px;color:#000000;font-weight: bold;
    display: inline-block;
    background: white;
    padding-right: 10px;
    z-index: 2;
}
.navi-nav  .nav-split span{
    position: relative;
    float: left;
    margin-top:-13px;
    z-index: 1;
    width:100%;height: 1px;background:#EEEEEE;
}
.navi-nav .nav-icon-new,.navi-nav .nav-icon-hot{
    margin-left: 28px;margin-top: -7px;
}
.nav-icon-new,.nav-icon-hot{
    display: block;
    position: absolute;
    width: 27px;
    height: 13px;
    /*background: url(../images/nav-icon.png);*/
    background-size: 27px 26px;
}
.nav-icon-new{
    background-position: 0px 0px;
}
.nav-icon-hot{
    background-position: 0px 13px;
}

.app-box .nav-icon-new, .app-box .nav-icon-hot{
    margin-left: 40px;
}
.navi-form{
    float: left;
    margin-top: 12px;
    margin-left: 0px;
} 
.navi-form .form-group{
    margin-bottom: 0px;
}
.navi-form  input.headerKey{
    width: 375px !important;
    border-bottom-left-radius: 4px !important;
    border-top-left-radius: 4px !important;
}
.navi-form  input.headerKey.active{
    border-bottom-left-radius: 0px !important;
}
.navi-form .input-group-btn .btn:hover{
    border-left: solid 1px #fff;
}
.top-searchbtn{
    width: 38px;
    height: 34px;
    background-image: url(../images/top-search3.png);
    background-repeat: no-repeat;
    background-size: 15px 15px;
    background-position: 50% 50%;
    outline: none;  
    margin-left: 0px !important;
}
.navi-form .header-section{
    display: none;position: absolute;top:46px;border: 1px solid #eee;
    z-index: 100;
    width: 375px;
}
.app-box .padder-v{
    padding-top: 8px;
    padding-bottom: 8px;
}
.app-box .padder-v img{
    width: 35px;
    height: 35px;
}
.app-box .col-xs{
    width: 90px;
    float: left;
    position: relative;
    padding-left: 15px;
    padding-right: 15px;
}
.header-icon-text:hover{
    color: #128bed;
}

.header-icon-text .block>i{
    margin:auto;
    background-image: url(../../images/website/header_app8.png);
    background-size: 160px 200px;
    display: block;
    height: 40px;
    width: 40px;
}


.header-icon1{}
.header-icon2{background-position: -40px 0px;}
.header-icon3{background-position: -80px 0px;}
.header-icon4{background-position: -120px 0px;}
.header-icon5{background-position: 0px -40px;}
.header-icon6{background-position: -80px -160px;}

.header-icon11{background-position: -40px -40px;}
.header-icon12{background-position: -80px -40px;}
.header-icon13{background-position: -120px -40px;}

.header-icon21{background-position: 0px -80px;}
.header-icon22{background-position: -40px -80px;}
.header-icon23{background-position: -80px -80px;}
.header-icon24{background-position: -120px -80px;}

.header-icon31{background-position: 0px -120px;}
.header-icon32{background-position: -40px -120px;}
.header-icon33{background-position: -80px -120px;}
.header-icon34{background-position: -120px -120px;}

.header-icon35{background-position: 0px -160px;}

.header-icon36{background-position: -40px -160px;}

.header-icon37{background-position: -120px -160px;}


.index-icon-text{
    color: #666;
}
.index-icon-text:hover{
    color: #128bed;
}
.index-icon-text .block>i{
    margin:auto;
    background-image: url(../../images/website/index_app.png);
    background-size: 150px 150px;
    display: block;
    height: 50px;
    width: 50px;
}
.index-icon1{}
.index-icon2{background-position: -50px 0px;}
.index-icon3{background-position: -100px 0px;}
.index-icon4{background-position: 0px -50px;}
.index-icon5{background-position: -50px -50px;}
.index-icon6{background-position: -100px -50px;}
.index-icon7{background-position: 0px -100px;}
.index-icon8{background-position: -50px -100px;}

#user-left .active{
    color: #3c4144;
	border:none;
    border-left: 2px solid #428bca;	
	background: none;
}

.bds_bg_size{
    width: 24px !important;
    height: 24px !important;
    margin:8px 6px 0 !important;
}
.bds_bg_weixin{
    background:url(../../images/website/s_weixin.png) !important;
}
.bds_bg_weibo{
    background:url(../../images/website/s_weibo.png) !important;
}
.bds_bg_qzone{
    background:url(../../images/website/s_qzone.png) !important;
}
.bds_bg_qq{
    background:url(../../images/website/s_qq.png) !important;
}

/*分页样式*/
.pagination{
    margin: 0px;
}
.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
    z-index: 2;
    color: #fff;
    cursor: default;
    background-color: #128bed;
    border-color: #128bed;
}
.pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus {
    color: #128bed;
    background-color: #fff;
    border-color: #128bed;
}
.pagination > li > a, .pagination > li > span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #128bed;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #eee;
    margin-left: 10px;
}
.pagination .active.vippage a{
    background: #F6F2E9;
    color: #D2A874;
    border: 1px solid #eee;
    padding-top: 12px;
    padding-bottom: 0px;
    background-image: url(../../images/website/icon_vip_tag.png);
    background-size: 20px 9px;
    background-position: center 5px;
    background-repeat:no-repeat;
}

.pagination-md{
    margin:20px 10px;
}
.pagination .input-jump{
    margin-left: 40px;
}
.pagination .input-jump-btn{
    margin-left: 18px;
    float: none;
}
.pagination input{
    display: inline-block;
    width:60px;
}
.npage-wrap{
    margin-bottom: 30px;
}
.npage-wrap .pagination-md{
    margin-left: 0px;
    margin-top: 5px;
}
.p-wrap{
    float: right;
}
.p-wrap .p-num a, .p-wrap .p-num b {
    float: left;
    height: 36px;
    line-height: 36px;
    padding: 0 14px;
    margin-right: 5px;
    font-size: 14px;
}
.p-wrap .p-num a {
    color: #333;
    border: 1px solid #ddd;
    background: #fff;
}
.p-wrap .p-num .pn-next.disabled, .p-wrap .p-num .pn-prev.disabled {
    background: 0 0;
    background-color: #f7f7f7;
    background-repeat: repeat-x;
    background-image: -moz-linear-gradient(top,#f7f7f7,#f2f2f2);
    background-image: -webkit-linear-gradient(top,#f7f7f7,#f2f2f2);
    background-image: -o-linear-gradient(top,#f7f7f7,#f2f2f2);
    background-image: linear-gradient(top,#f7f7f7,#f2f2f2);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f7f7f7', endColorstr='#f2f2f2', GradientType=0);
    cursor: default;
}
.p-wrap em {
    float: left;
    margin-left: 7px;
    margin-right: 7px;
}
.p-wrap .p-num .pn-next.disabled em, .p-wrap .p-num .pn-next.disabled i, .p-wrap .p-num .pn-prev.disabled em, .p-wrap .p-num .pn-prev.disabled i {
    color: #ccc;
}
.p-wrap .p-num a.curr {
    background: #4AB4FE;
    filter: none;
    color: #FFF;
    cursor: default;
}
/****** V3 add ******/



/******* common *******/


/*最大宽度*/
.c-max600{max-width:600px;white-space:nowrap;overflow: hidden;text-overflow: ellipsis;}

/*无效*/
.c_disable{background:#ebeef4;}
.c_disable:hover{background:#ebeef4 !important;color:#788288 !important;}

/*分隔*/
.c_split_10{clear: both;height:10px;}






/*小图标*/
.c_icon{background-image: url('../images/v3/icon.png');display: inline-block;}
.c_icon.ca_refresh,.c_icon.ca_jk,.c_icon.ca_focus,.c_icon.ca_eye,.c_icon.ca_talk,.c_icon.ca_heart,.c_icon.ca_up,.c_icon.ca_close{
	width:30px;height:30px;
}
.c_icon.ca_search,.c_icon.ca_plus,.c_icon.ca_play,.c_icon.ca_lclose{
	width:30px;height:30px;
}

.c_icon.ca_refresh{width:20px;height:20px;background-position: 0px -305px;}
.c_icon.ca_jk     {background-position: 0px 0px;}
.c_icon.ca_focus  {width:25px;height:20px;background-position: -5px -97px;}
.c_icon.ca_eye    {background-position: 0px 0px;}
.c_icon.ca_talk   {background-position: 0px 0px;}
.c_icon.ca_heart  {background-position: 0px 0px;}
.c_icon.ca_up     {background-position: 0px 0px;}
.c_icon.ca_close  {background-position: 0px 0px;}
.c_icon.ca_search {background-position: 0px 0px;}
.c_icon.ca_plus   {width:26px;height:26px;background-position: 0px -508px;margin-top: 5px;}
.c_icon.ca_plus:hover{background-position: 0px -550px;}
.c_icon.ca_play   {width:28px;height:28px;background-position: 0px -632px;border:red 1px solid;}
.c_icon.ca_play:hover   {background-position: 0px -591px;}
.c_icon.ca_lclose {background-position: 0px 0px;}

.c_icon.ca_refresh{width:20px;height:20px;background-image: url('../images/icon_change@2x.png');background-size: 20px 20px;background-position: 0px 0px;}

/*图标按钮*/
.c_iconBt{background:url('../images/v3/icon.png') no-repeat;height:35px;border:1px solid #dfdfdf;color:#666;background-color:#fff;font-size:14px;line-height:32px;padding: 0px 15px 0px 35px;display: inline-block;;border-radius: 2px;}
.c_iconBt:hover,.c_iconBt.ca_active{color:white;background-color:#128bed;border:1px solid #128BED;}
.c_iconBt.ca_focus   {background-position: 10px -173px;}
.c_iconBt.ca_refresh {background-position: 10px -257px;} 
.c_iconBt.ca_compare {background-position: 10px -257px;} 
.c_iconBt.ca_jk      {background-position: 10px -381px;}
.c_iconBt.ca_focus:hover   {background-position: 10px -132px;}
/*.c_iconBt.ca_focus.ca_active    {background-position: 10px -215px;}*//*红心*/
.c_iconBt.ca_focus.ca_active    {background-position: 10px -132px;}
.c_iconBt.ca_refresh:hover,.c_iconBt.ca_refresh.ca_active{background-position: 10px -298px;}
.c_iconBt.ca_compare:hover,.c_iconBt.ca_compare.ca_active{background-position: 10px -298px;}
.c_iconBt.ca_jk:hover,.c_iconBt.ca_jk.ca_active       	 {background-position: 10px -338px;}z

.c_iconBt.ca_nobg{background-image: none;}
.ca_refresh_gif{display: inline-block;margin-top: -5px;margin-left: -26px;}

.c_iconDt{
    height:35px;
    border:1px solid #128bed;
    color:#128bed;
    background-color:#fff;
    font-size:14px;
    line-height:32px;
    padding: 0px 6px 0px 34px;
    display: inline-block;
    border-radius: 2px;
    position: relative;
}
.c_iconDt:hover,.c_iconDt.ca_active{
    color:white;background-color:#128bed;border:1px solid #128bed;
}
.c_iconDt span{
    display: block;
    position: absolute;
    background:url('../images/icon_ca@2x.png?t=5') no-repeat;
    background-size: 144px 96px;
    height: 24px;
    width: 24px;
    margin-left: -28px;
    margin-top: 4px;
}
.c_iconDt .icon-new{
    position: absolute;
    top: -7px;
    right:-1px;
}

.c_iconDt.ca_compare span{background-position: -24px 0px;}
.c_iconDt.ca_focus span{background-position: -47px 0px;}
.c_iconDt.ca_jk span{background-position: -72px 0px;}
.c_iconDt.ca_download span{background-position: -96px 0px;}
.c_iconDt.ca_chart span{background-position: -120px 0px;}
.c_iconDt.ca_card span{background-position: -48px -48px;}

.c_iconDt.ca_contact:hover span{background-position: 0px -24px;}
.c_iconDt.ca_compare:hover span,.c_iconDt.ca_compare.ca_active span{background-position: -24px -24px;}
.c_iconDt.ca_focus:hover span,.c_iconDt.ca_focus.ca_active span{background-position: -48px -24px;}
.c_iconDt.ca_jk:hover span,.c_iconDt.ca_jk.ca_active span{background-position: -72px -24px;}
.c_iconDt.ca_download:hover span,.c_iconDt.ca_download.ca_active span{background-position: -96px -24px;}
.c_iconDt.ca_chart:hover span,.c_iconDt.ca_chart.ca_active span{background-position: -120px -24px;}
.c_iconDt.ca_card:hover span,.c_iconDt.ca_chart.ca_card span{background-position: -72px -48px;}

.c_iconDt2{
    height:35px;
    color:#333333;
    background-color:transparent;
    font-size:14px;
    line-height:32px;
    padding: 0px 1px 0px 34px;
    display: inline-block;
    border-radius: 2px;
    position: relative;
}
.c_iconDt2:hover,.c_iconDt2.ca_active{
    color:#128bed;
}
.c_iconDt2 span{
    display: block;
    position: absolute;
    background:url('../../images/website/icon_ca4@2x.png') no-repeat;
    background-size: 264px 48px;
    height: 24px;
    width: 24px;
    margin-left: -28px;
    margin-top: 4px;
}
.c_iconDt2.ca_contact span{background-position: -24px 0px;}
.c_iconDt2.ca_compare span{background-position: -47px 0px;}
.c_iconDt2.ca_focus span{background-position: -72px 0px;}
.c_iconDt2.ca_jk span{background-position: -192px 0px;}
.c_iconDt2.ca_jk.ca_active span{background-position: -216px 0px;}
.c_iconDt2.ca_card span{background-position: 0px 0px;}
.c_iconDt2.ca_focus.ca_active span{background-position: -96px 0px;}
.c_iconDt2.ca_chart span{background-position: -144px 0px;}
.c_iconDt2.ca_chart2 span{background-position: -240px 0px;}
.c_iconDt2.ca_download span{background-position: -168px 0px;}


/*刷新按钮*/
.m_bt_refresh {display: inline-block;background:url('../../images/website/icon_refresh_ie8@2x.png');background-size: 19px 19px;width: 19px;height: 19px; display: inline-block;position: relative;top: 4px;}
.m_bt_refresh_loading{background-image:url('../../images/website/icon_refresh.gif');background-size: contain;}


/*公司状态按钮*/
.c_cstatus{font-weight: normal; font-size: 14px;padding:2px 8px 4px 8px;border-radius: 4px;border-style:solid;border-width: 1px;position: relative;top: -3px;left: 8px;}
.c_cstatus.ca_green {border-color:#009944;color:#009944;}
.c_cstatus.ca_yellow{border-color:#ff7428;color:#ff7428;}
.c_cstatus.ca_red 	{border-color:red;color:red;}
.c_cstatus.ca_gray 	{border-color:#969696;color:#969696;}
.c_cstatus.ca_orange 	{border-color:#ff7428;color:#ff7428;}
.c_cstatus.ca_blue 	{border-color:#14b4ff;color:#14b4ff;}
.c_cstatus.ca_gxqy  {border-color:#4A90E2;color:#4A90E2;cursor: pointer;}
.c_cstatus.ca_gxqy+.tooltip{margin-left: 120px;margin-top: -2px;}
.c_logo_gxqy{position: absolute;background:url('../../images/website/icon_gxjs@2x.png') no-repeat;background-size: 99px 30px;
width: 100px;height: 30px;margin-left: -4px;margin-top: -12px;}

.c_logo_gxqy+.tooltip{margin-left: 180px;margin-top: -2px;width: 300px;}
.c_logo_xggs{position: absolute;background:url('../../images/website/icon_xggs@2x.png') no-repeat;background-size: 99px 30px;
width: 99px;height: 30px;margin-left: -4px;margin-top: -12px;}
.c_logo_shzz{position: absolute;background:url('../../images/website/icon_shzz@2x.png') no-repeat;background-size: 99px 30px;
width: 99px;height: 30px;margin-left: -4px;margin-top: -12px;}
.c_logo_twgs{position: absolute;background:url('../../images/website/icon_twgs@2x.png') no-repeat;background-size: 99px 30px;
width: 99px;height: 30px;margin-left: -4px;margin-top: -12px;}
.c_logo_lssws{position: absolute;background:url('../../images/website/icon_lssws@2x.png') no-repeat;background-size: 99px 30px;
width: 99px;height: 30px;margin-left: -4px;margin-top: -12px;}
.c_logo_jjh{position: absolute;background:url('../../images/website/icon_jjh@2x.png') no-repeat;background-size: 99px 30px;
width: 99px;height: 30px;margin-left: -4px;margin-top: -12px;}

.c-renling, .c-renling:hover{color: #128bed;font-size: 14px;}
.c-yirenling{padding-left: 16px;cursor: default; color: #F5A623;font-size: 14px;}
.c-yirenling span{position: absolute;background: url(../../images/website/icon_ca@2x.png?t=2);
    background-size: 144px 96px;
    width: 24px;height: 24px;background-position: -24px -48px;margin-left: -26px;margin-top: 0px;}

/******* index *******/



/*左侧固定*/
.v3e_index_fixLeft{
	width:100%;
	height:130px;
	padding-left: 200px;
	background:#fafafa;
	color:#4c4c4c;
	margin-top: 10px;
}
.v3e_index_fixLeft:hover{ background:#f1f9fe; }
.v3e_index_fixLeft:hover .v3ef_right a{ color:#128bed; }
.v3e_index_fixLeft .v3ef_left{
	position: relative;
	display: block;
	float: left;
	width:200px;
	height: 100%;
	margin-left:-200px;
	overflow: hidden;
}
.v3e_index_fixLeft > .v3ef_left > img{
	position: absolute;
	top:0px;
	left:0px;
	width: 100%;
	min-height: 130px;
	z-index: 1;
	transform: scale(1);
	transition-duration: 1s;
}

.v3e_index_fixLeft >.v3ef_left > a{
	display: block;
	position: absolute;
	top:0px;
	left:0px;
	width: 80px;
	background:red;
	color:white;
	z-index: 2;
	text-align: center;
	font-size: 14px;
}
.v3e_index_fixLeft:nth-of-type(1) >.v3ef_left > a{ background: #3b91d9; }
.v3e_index_fixLeft:nth-of-type(2) >.v3ef_left > a{ background: #68a92a; }
.v3e_index_fixLeft:nth-of-type(3) >.v3ef_left > a{ background: #e9a231; }
.v3e_index_fixLeft:nth-of-type(4) >.v3ef_left > a{ background: #f26a67; }

.v3e_index_fixLeft >.v3ef_right{
	position: relative;
	float:left;
	width:100%;
	padding-left: 10px;
    padding-right: 10px;
}
.v3e_index_fixLeft >.v3ef_right > a{
	text-overflow: ellipsis;
	/*white-space: nowrap;*/
	overflow: hidden;
	margin-top: 30px;
	display: block;
	font-size: 16px;
}
.v3e_index_fixLeft >.v3ef_right > small{
	maring-top:15px;
	display: block;
	font-size: 14px;
	color:#969696;
}

/*获取更多*/
.v3e_more{font-size:14px;color:#a1a8ac;}
.v3e_more:hover{color:#128bed;}







/*1.2 搜索*/
#V3_index_search_h1{
	font-family: "Microsoft YaHei",Arial;
	font-size: 45px;
}
.V3_index_search_item {
	width: 80%;
    margin-left: 180px;
}
.V3_index_search_item li{
	font-size: 16px;
	margin-right:15px; 
    margin-bottom: 15px;
}

.V3_index_search_item li._important{
	color:white;
}
.V3_index_search_item li.active{
	color:#128bed;
}

#search .intro .row .container .col-md-12 .col-md-9 .search-nav .V3_index_search_item li:nth-of-type(1),.V3_index_search_item li:nth-of-type(3){
	color:#fffff;
}
#search .col-md-10{
    width: 992px;
}
.V3_index_search_item li:hover{
	color:#128bed;
}
#V3_Index_S{padding-right: 30px;padding-left: 30px;}
#V3_Index_S .adsearchbtn{display: block;position: absolute;right: 65px;color: #fff;top: 134px;font-size: 16px;z-index: 10}
#V3_Index_S .adsearchbtn:hover{color: #fff;text-decoration: underline;}
#V3_Index_S #searchkey{border:none;border-top-left-radius: 4px;border-bottom-left-radius: 4px;box-shadow:0px 2px 4px 0px rgba(0,0,0,0.1);}
#V3_Index_S #searchkey.active{border-bottom-left-radius: 0px;}
#bosssearch #bossname.active{border-bottom-left-radius: 0px;}

#search #V3_Search_bt{
	/*background:#24c2a6;*/
	background:#616DFF;
	font-size:20px;
	color:#fff;
	padding: 5px 25px 5px;
	border:none;
	border-radius: 0px;
    border-top-right-radius: 4px;border-bottom-right-radius: 4px;
    box-shadow: 0px 2px 4px 0px rgba(0,0,0,0.1);
}
#search #V3_Search_bt:hover{
	/*background:#21AA91;*/
	background: #4D59E8;
}

/*联想下拉*/
#search-list .list-group{border:red 0px solid;}

.index-hot {
    /*padding-left: 20px;*/
	font-size: 15px;
    margin-top: 15px;
    padding-right: 15px;
}
.index-hot.boss{

}
.index-hot a{
	font-size: 14px;
	color:#BCEAFF;
}
.index-hot a:hover{
	color:#fffff;
    text-decoration: underline;
}


/*热搜*/
#hot_data_label{display: block;float:left;margin-top:5px;}
#hot_data{
	float: left;
    max-width: 630px;
    height:44px;
    display: inline-block;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
#hot_data a{display: block;float:left;}
#refresh_hot{display: inline-block;float: left;margin-top:1px;}
.overseas-hot{font-size: 14px;margin-top: 20px;margin-left: -40px;}
.overseas-hot .hot_data_label{}
.overseas-hot .hot_data .hot-company{color: #999;margin-left: 10px;margin-right: 0px;}
.overseas-hot .hot-company:hover{color: #128bed;}





.otherSearch {
    border: 0;
    width: 100%;
}

/******* 搜索列表页  *******/
 
/*筛选标签*/
#V3_SL .sfilter-tag dd a:hover {
    border-radius: 2px;
    background:#128cec;
}

#V3_SL .sfilter-tag dd a:hover .text-gray{
    color: #fff;
}

#V3_SL .table-search .table-search-list:hover{
    background:#f1f9fe;
} 

#V3_SL .table-search .table-search-list:hover .tp2 .tp2_tit a,#V3_SL .table-search .table-search-list:hover .tp2 .tp2_tit a em{
    color:#128bed;
} 






/*tab标签*/
#V3_SL .v3_sl_tab{
    width:100%;  
    background-color: #fcfcfc;
    border: 1px solid #e9eeef;
    padding-left: 0;
    margin-bottom: 0; 
    list-style: none;
}

#V3_SL .v3_sl_tab:before,#V3_SL .v3_sl_tab:after{
    display: table;
    content: " ";
}
#V3_SL .v3_sl_tab:after{
    clear: both;
}

#V3_SL .v3_sl_tab a{
 	height: 100%;
    line-height: 44px; 
	text-align: center; 
	float: left;
	display: block;
	font-size: 14px; 	  
    padding-left: 30px;
    padding-right: 30px;
}
#V3_SL .v3_sl_tab a:hover{color:#128BED}
#V3_SL .v3_sl_tab a.active{ /*border-top:2px solid #128cec;*/ color:#128cec;border-left: 1px solid #e9eeef;border-right: 1px solid #e9eeef;background:#fff;margin-bottom: -2px;border-bottom: solid 1px #fff;font-weight: 700;}
#V3_SL .v3_sl_tab a:nth-child(1).active{border-left:0;}     
/*筛选标签*/
#V3_SL .appendSpan{font-weight:normal;color: #128cec !important; background-color: #ffffff; 
border: #128cec 1px solid;}
#V3_SL .appendSpan:after{content: "X";margin:5px 5px 0px 5px;} 
#V3_SL .appendSpan:hover{
	background-color:#128cec;
	/*background-image:url('../images/v3/icon-x-hover.png');*/
	color:white !important;}
#V3_SL .label{border-radius: 0px;}
#V3_SL .sfilter-tag a,#V3_SL .sfilter-tag .a{font-size: 14px;color:#222;cursor: pointer;}
#V3_SL .sfilter-tag a:hover{color:#fff;}
.sfilter-tag dd a:hover{border-radius: 0px;background: #128cec;color:white;}
.sfilter-tag dt{font-size:14px;color:#999;width:100px;line-height: 1.80571;}
#V3_SL a.v3_a_more{color:#979797;}
#V3_SL a.v3_a_more:hover{color:#128bed;text-decoration: none;}

#V3_SL .clearSpan{color:#128bed;margin-left:10px; margin-top: 10px;display: inline-block;}

#V3_SL .multip{padding: 0px 0px;}
#V3_SL .multip .wrap{padding: 10px 12px;border:solid 1px #E4EEF6;border-radius: 2px;background: #F2F9FC;color: #666;font-size: 14px;}
#V3_SL .multip .close{font-weight: normal;color: #333;}
#V3_SL .v3_sl_tab a.multi-text{float: right; color: #666;padding-left: 0px;padding-right: 0px;margin-right: 20px;}
#V3_SL .v3_sl_tab a.multi-text:hover{color: #128bed;}
#V3_SL .v3_sl_tab a.multi-text .icon-new2{top: 6px;right: 6px;}
/*显示隐藏按钮*/
#V3_SL .hideSearchBoxWrap{border: red 0px solid;  padding: 0px; margin: 0px; position: relative; margin-bottom:15px;}
#V3_SL .hideSearchBoxWrap a{fong-size:16px;color:#128bed;border:#eeeeee 2px solid;border-top:white 1px solid;text-align:center;display: block; background: white; width: 100px; margin: 0 auto;}

#V3_SL .sfilter-mulcon a.multi-text{padding-right: 28px;float: right;margin-bottom: 10px; position: relative; color: #666;}
#V3_SL .sfilter-mulcon a.multi-text:hover{color: #128bed;}
#V3_SL .sfilter-mulcon a.multi-text .icon-new2{top: -5px;right: 8px;}

/*右侧列*/
#V3_SL .row{margin-top:15px;} 

.v3_sl_tab .t2{
    line-height: 46px;
    padding: 0px 15px;
    font-size: 15px;
}

/*最近浏览*/
.v3_lastview{border:red 0px solid;}
.v3_lastview a.list-group-item:hover {background:#f1f9fe;color:#128bed;}
.v3_lastview a.list-group-item{color:#222;}
   
/*搜索结果列表*/
.table-search-list tr:hover{background:#f1f9fe;border:red 1px solid;}
.table-search-list tr:hover a{color:#128bed;}
  
#search-options{margin-bottom:-1px;border-top: none;}
#load_data>.panel{border-top: none;}
.sfilter-tag .custom.a ul.dropdown-menu{
    width: 120px;
    min-width: 120px;
}
.sfilter-tag .custom.a ul.dropdown-menu a{
    width: 100%;
    margin: 0px;
    padding: 6px 15px;
    text-align: left;
}

.sfilter-tag .custom.a{
    position: relative;
}
.sfilter-tag .custom.a ul.dropdown-menu a:hover{
    background-color: #128bed !important;
}
.sfilter-tag .custom.a  > .dropdown-menu{
    top: 22px;
    display: block;
    visibility: hidden;
    transition: all 0s linear 0.2s;
}
.sfilter-tag .custom.a:hover > .dropdown-menu{
    visibility: visible;
}

.m_srchcheck{
    height: 60px;
    background: #F3F9FE;
    padding: 13px;
    text-align: center;
    border-top: solid 1px #eeeeee;
    display: none;
}
.m_srchcheck .btn{
    width: 90px;
    font-size: 12px;
    padding: 6px;
    line-height: 18px;
}

/*搜索列表table*/
table.m_srchList .ma_h1{display:inline-block;font-size:18px;color:#222;font-weight: bold;padding-bottom:0px;
	max-height: 100px;max-width:550px;word-break: break-all;}

table.m_srchList .ma_redfont{color:#ff4e4e;}

table.m_srchList .ma_cbt_green,
table.m_srchList .ma_cbt_orange,
table.m_srchList .ma_cbt_blue{font-size: 14px;padding:0 8px 2px 8px;border-radius: 4px;}
table.m_srchList .ma_cbt_green{color:#009944;border:#009944 1px solid;}
table.m_srchList .ma_cbt_orange{color:#ff7428;border:#ff7428 1px solid;}
table.m_srchList .ma_cbt_blue{color:#14b4ff;border:#14b4ff 1px solid;}

table.m_srchList .ma_rbt_risk,
table.m_srchList .ma_rbt_intellectual,
table.m_srchList .ma_rbt_green,
table.m_srchList .ma_rbt_blue,
table.m_srchList .ma_rbt_orange,
table.m_srchList .ma_rbt_yellow{width:80px;height:28px;display:inline-block;text-align:center;font-size: 14px;border-radius: 0px;}
table.m_srchList .ma_rbt_green{color:#01c46d;border:#01c46d 1px solid;}
table.m_srchList .ma_rbt_blue{color:#14b4ff;border:#14b4ff 1px solid;}
table.m_srchList .ma_rbt_orange{color:#ff7e00;border:#ff7e00 1px solid;}
table.m_srchList .ma_rbt_yellow{color:#f5b800;border:#f5b800 1px solid;}
table.m_srchList .ma_rbt_risk{color:#FD485E;border:#FD485E 1px solid;border-radius: 2px;
    margin-right: -10px;
    padding: 4px 8px 4px 8px;
    width: auto;
    line-height: 19px;
    float: right;}
table.m_srchList .ma_rbt_intellectual{color:#128BED;border:#128BED 1px solid;border-radius: 2px;
    margin-right: -21px;
    padding: 4px 8px 4px 8px;
    width: 90px;
    line-height: 19px;
    float: right;}

table.m_srchList .ma_bt_more{display:inline-block;width:80px;height:30px;background: #128BED;line-height: 30px;color:white;text-align:center;font-size: 14px;}
table.m_srchList .ma_bt_more:hover{background:#1877C3;}

table.m_srchList .ma_bluebg{background:#d6ecff;color:#0168bb;border-radius: 50px;padding: 0px 15px;margin-left:20px;}

table.m_srchList .ma_pullright{display: inline-block;float:right;margin-right: 40px;}

table.m_srchList .ma_lrwrap {padding-left:120px !important;}
table.m_srchList .ma_lrwrap .ma_left {float:left;margin-left:-100px;margin-top:10px;}
table.m_srchList .ma_lrwrap .ma_right{width:100%;float:left;}

table.m_srchList .ma_inaline{height:25px;}
table.m_srchList .ma_inaline a{float:left;}
table.m_srchList .ma_inaline a.ma_bluebg{margin-top:3px;}

table.m_srchList{width:100%;}
table.m_srchList,table.m_srchList tr,table.m_srchList tr td,table.m_srchList tr th{margin:0px;padding:0px;}
table.m_srchList tr{border:#eee 1px solid;border-collapse: collapse;}
table.m_srchList tbody tr{background:white;}

table.m_srchList tbody tr .ma_h1{line-height: 1.4;margin-bottom: 5px;}
table.m_srchList tbody tr .ma_h1 em{color:#FD485E;}
table.m_srchList tbody tr:hover .ma_h1{color:#128BED;}
table.m_srchList tr th{height:42px;font-size:14px;color:#555;text-align: left;padding-left:20px;background:#f9f9f9;}
table.m_srchList tr td{text-align: left;padding-left: 10px;padding-right: 10px;color:#666;padding-top:20px;padding-bottom: 20px;}
table.m_srchList tr td:nth-of-type(1){padding-left:20px;}
table.m_srchList tr td.imgtd{padding-left:25px;}
table.m_srchList tr td.checktd{padding-left: 10px;display: none;}
table.m_srchList tr td.checktd label{position: relative;right: -10px;}
table.m_srchList tr td.checktd input{font-size: 35px;box-shadow: none;}
table.m_srchList tr td img{width: 80px;max-height:80px;border-radius: 4px;}
table.m_srchList tr td h1{font-size: 18px;}
table.m_srchList tr{border:#eee 1px solid;border-left:0;border-right:0;border-collapse: collapse;}
table.m_srchList tbody tr{background:white;}
table.m_srchList tbody tr:hover{background:#F3F9FE;}
table.m_srchList tr td.statustd{text-align: right;padding-right: 15px;position: relative;}
table.m_srchList tr td.statustd .hphoneview{
    position: absolute;width: 40px;height: 40px;top: 0px;right: 0px;
    background: url(/material/theme/chacha/cms/v2/images/hphoneview.png);background-size: 40px 40px;
    opacity: 0.6;
    transition: opacity .3s;
}
table.m_srchList tr td.statustd .hphoneview:hover{
    opacity: 1;
}
table.m_srchList tr td.statustd .hphoneview .bar-phoneview{
    margin-top: 30px;
    margin-left: 40px;
    z-index: 10;
}
table.m_srchList tr td.statustd .hphoneview .bar-phoneview.top{
    margin-top: -200px;
}
table.m_srchList tr td em{color: #FD485E}
table.m_srchList .usericon{border-radius: 6px;width: 80px;height: 80px;}
table.m_srchList .usericon:before{ color: #fff !important; }
table.m_srchList .usericon[first-letter]:not([style]):empty:before {
    content: attr(first-letter);
    font-size: 50px;
    height: 80px;
    line-height: 80px;
    color: #95A5A6;
    font-weight: 500;
}
table.m_srchList .frtrt{
    border-bottom: none !important;
}
table.m_srchList .frtrt:hover{
    background: #F3F9FE;
}
table.m_srchList .frtr{
    border-top: none !important;
}
table.m_srchList .frtr td{
    padding: 3px 10px;
    background: #F3F9FE;
}

table.m_srchList .ptr .imgtd{
    vertical-align: top;
    padding-top: 60px;
}
table.m_srchList .ptr .imgtd{
    vertical-align: top;
    padding-top: 60px;
}
table.m_srchList .ptr .statustd{
    vertical-align: top;
    padding-top: 90px;
}

/*导出数据*/
.m_export{float: right;}
.m_post .icon-new2{
    right: -6px;
    top: -5px;
    z-index: 100;
}
.m_export .icon-10000{
    right: -10px;
    top: -5px;
    z-index: 100;
}
.m_export .export-ts{
    position: absolute;
    z-index: 100;
    padding: 20px;
    margin-left: 70px;
    margin-top: -15px;
    display: none;
}
.m_export .export-ts img{
    margin-right: 6px;
}
.m_export .export-ts .kuang{
    width: 260px;
    background: #fff;
    padding: 10px 5px;
    box-shadow:0px 2px 4px 0px rgba(0,0,0,0.2);
    border:1px solid rgba(238,238,238,1);
}
.m_export .export-ts .text{
    width: 125px;
    line-height: 20px;
    font-size: 12px;
}
.m_export .export-ts img{
    width: 115px;
}
.m_export .export-ts .btn{
    margin-top: 10px;
    margin-bottom: 8px;
}
.m_export .btn,.m_post .btn{
    padding: 6px;
    line-height: 18px;
    cursor: pointer;
    font-size: 12px;
    width: 82px;
    border-radius: 2px !important;
    position: relative;
}
.m_export  .export-tooltip{
    cursor: pointer;
}
.m_export  .export-tooltip:hover  .export-ts{
    display: block;
}
.m_sort .btn{
    padding: 6px;
    line-height: 18px;
    cursor: pointer;
    font-size: 12px;
    min-width: 82px;
    color: #333 !important;
    background:#fff;
}
.m_export .tooltip{
    z-index: 2000;
    margin-top: 30px;
}
.m_export .tooltip-inner{
    max-width: 320px;
    width: 320px;
}
.m_export .i-question{
    color: #999 !important;
    line-height: 30px;
}
.m_search_head{
    padding:12px 0 44px;
    margin-bottom: -1px;
    line-height: 31px;
    background: #fcfcfc;
}
.m_search_head .text-dark{
    color: #333;
}

.m_search_head .right-tip{
    float: right;
    color: #999;
    margin-right: 15px;
}

/******* 详情页面  *******/

/*公司头部信息*/
.m_comInfo .ma_line1{display:block;height:60px;overflow: hidden;}
.m_comInfo .ma_line1 span{display: block;float: left;}
.m_comInfo .ma_line1 .ma_rl{color:#128bed;display: block;float:left;margin-left:10px;margin-top:18px;}
.m_comInfo .ma_line2 {font-size:14px;color:#333333;}
.m_comInfo .ma_line2 .c_mainblue{cursor:pointer;margin:0px;}
.m_comInfo .ma_line3{font-size:14px;color:#333333;}

/*tab检索*/
#company-nav{margin:0px;background-color: #fff;border: 1px solid #eee;}
#company-nav .nav-tabs{overflow: hidden; display: flex;display: -webkit-flex;background: #fcfcfc;border-top:1px solid #eeeeee;border-bottom:0; }
#company-nav .nav-tabs li{display:flex;align-items:stretch;border-top:#ebebec 0px solid;width:14.2857143%;border-bottom:1px solid #eeeeee;}
#company-nav .nav-tabs li:not(:last-child){border-right:#ebebec 1px solid;}
#company-nav .nav-tabs li a{align-items:stretch;width:100%;padding: 0px;border:none;padding:10px 0px;border-radius:0px;text-align: center;font-size:15px;display:block;}
#company-nav .nav-tabs li a.current{background:#fff;color:#128cec;}
#company-nav .nav-tabs li a.current span.badge{background:white;}
#company-nav .nav-tabs li{margin-bottom: 0px;}
#company-nav .nav-tabs li.active {margin-bottom: -1px;}
#company-nav .nav-tabs li:hover a{color:#128bed;}
#company-nav .nav-tabs li:hover a.current{color:#128bed;} 
#company-nav .nav-tabs li:hover span.badge{color:#128bed;}
#company-nav .nav-tabs li span.badge{margin-left:0px;border-radius:30px;/* background:#f5f5f5; */font-size:12px;color:#909090;border:none;}
.m_dataTab div.panel-body a{border:none; border-radius:0px;color:#555555;font-size:13px;border: 1px solid #eee;box-shadow: none;font-weight: 500;position: relative;}
.m_dataTab div.panel-body a:hover{background:#128BED;color:white !important;}
.m_dataTab div.panel-body .c_disable:hover{background:#ebeef4 !important;color:#788288 !important;}
.m_dataTab div.panel-body .c_disable:active{box-shadow: none;}
.m_dataTab .icon-new{right: -10px;top: -6px;}

/*上市公司标签*/
.m-com_tap{margin-top: 8px;float:left;padding-left: 10px;}
.m-com_tap span{display:inline-block;magin-left:10px;}

/*分享*/
.m_sharebar{/*background:#F8F8F8;height:40px;*/height:45px;overflow: hidden;padding-right:18px;padding-top:5px;}
.m_sharebar label{display: block;float:left;line-height: 40px;font-size:14px;color:#a8a8a8;text-align: center;}
.m_sharebar .a_icon_wrap{float:left;}
.m_sharebar .a_icon_wrap a{display: block;float:left;}

.m_dongtai{background: #EAF2FF;padding: 3px 6px;}
.m_dongtai span{color: #999;font-size: 11px;}
.m_dongtai a{color: #128bed;margin-left: 10px;}
.m_dongtai_ts{background: url(../images/icon_qbtip.png);
    width: 284px;height: 50px;position: absolute;margin-top: -34px;margin-left: 230px;display: none;}
.m_zhuxiao{color: #d0021b;cursor: pointer;}
.m_zhuxiao span{margin-right: 10px;}
.m_zhuxiao span>img{width: 18px;}

/*浏览等统计*/
.m_count_wrap{display: block;float:right;margin-right:5px;}
.m_count_wrap p{color:#8a8a8a;padding:0px;margin-right:10px;float: right;font-size:14px;line-height: 40px;}
.m_count_wrap p:nth-last-of-type(3){margin-right: 0px;}

/*右侧面板列表*/
.m_rightPanels{}
.m_rightPanels .panel {margin-bottom: 15px;}
.m_rightPanels .panel .panel-heading{border-bottom: 1px solid #eee;font-size: 16px;font-weight: bold;background: #fcfcfc;
      color:#555555; height: 50px;}
.m_rightPanels .panel .panel-heading.bg-blue{background: #F3F9FE}
.m_rightPanels .panel .panel-heading.bg-yellow{background: #FFF4E2}
.m_rightPanels .panel-heading span{color:#555555;font-size:16px;font-weight: normal;}
.m_rightPanels .panel-heading span h2{color:#333;font-size:16px;font-weight: normal;margin-top:0px;margin-bottom:0px;display:inline;}
.m_rightPanels .panel-heading span h2.text-primary{color: #128bed;}
.m_rightPanels .panel .panel-heading .right-link{float: right;font-weight: normal;font-size: 14px;margin-top: 3px;}
.m_rightPanels .panel-body{text-align:center}
.m_rightPanels .ca_bt{display:inline-block;width:110px;text-align:center;height:36px;line-height:36px;
background:#128BED;color:white;border:#128bed 1px solid;font-size:14px;transition:background-color .2s ease-in-out;border-radius: 2px;}
.m_rightPanels .ca_bt:hover{background:#1877c3;} 
.m_rightPanels .ca_bt.ca_green{background:#24C2A6;color:white;border:none;}
.m_rightPanels .ca_bt.ca_green:hover{background:#21aa91;}
/*.m_rightPanels .ca_bt.ca_blue{background:#128CEC;color:white;border:none;}
.m_rightPanels .ca_bt.ca_blue:hover{background:#0D88B9;}*/
.m_rightPanels .list-group a{}
.m_rightPanels .list-group a:hover{background:#f1f9fe;color:#128bed;}
.m_question{display: inline-block; width: 16px; height: 16px; background: url(../images/icon_wenhao.png); background-size: 16px 16px; position: relative;top: 4px; } 
.m_rightPanels .list-group-item{border-left: none;border-right: none;border-top: none;}
.m_rightPanels .TaxView p{
    color: #333 !important;
    font-weight:600;
}
.m_rightPanels .TaxView p>span{
    color: #666 !important;
    font-weight:normal;
}
.m_rightPanels .m_qrp{
    display: block; width: 200px;height: 200px;margin:auto;padding:15px;
}
.m_rightPanels .slimScrollBar{
    display: none !important;
}
.m_rightPanels .slimScrollDiv:hover .slimScrollBar{
    display: block !important;
}
.btab{
    margin:0px;
    padding: 0px;
}
.btab>a{
    display: block;
    width: 50%;
    float: left;
    text-align: center;
    line-height: 50px;
    color: #999;
    font-size: 16px;
    font-weight: normal;
}
.btab>a h2{
    margin-top:0px;margin-bottom:0px;
    display:inline;
    color: #999;font-size: 16px;
    font-weight: normal;
}
.btab>a:last-child{
    border-left: solid 1px #eee;
}
.btab>a.active,.btab>a.active h2{
    color: #000;
}
/*内容*/
/******* 详情页面 基本信息  *******/

/* Table容器login */
.data_div_login{background:white;border:1px solid #eeeeee;margin-top: -1px;}
.data_div_login > section{border:none;border:white 1px solid;box-shadow: none;padding: 0px 15px;}
.data_div_login > section.m_dataTab{border-bottom: #eeeeee 1px solid;}
.data_div_login > section .b-b {border:none;padding: 0px;}
.data_div_login > section .m-b {border:none;}

/* Table容器 */
.data_div{background:white;border:1px solid #eeeeee;display: none;margin-top: -1px;}
.data_div > section{border:none;border:white 1px solid;box-shadow: none;padding: 0px 15px;}
.data_div > section.m_dataTab{border-bottom: #eeeeee 1px solid;}
.data_div > section .b-b {border:none;padding: 0px;}
.data_div > section .m-b {border:none;}

.vip-div > section{border:none;border:white 1px solid;box-shadow: none;padding: 0px 15px;}

/*Table 变更记录等表格使用 (m_cl 防扒使用)*/
.m_cl,
.m_changeList {width:100%;margin: 0 auto;margin-bottom:20px;}

.m_cl th, 
.m_changeList th{text-align:left;padding-left:10px;background:#f2f9fc;border:#E4EEF6 1px solid;border-collapse: collapse;padding:5px;}

.m_cl td, 
.m_changeList td{padding:10px;border:#E4EEF6 1px solid;word-break:break-all;font-size:14px;}

.m_cl td.m_cl_center,.m_cl th.m_cl_center
.m_changeList td.ma_center,.m_changeList th.ma_center{text-align:center;padding: 0px;}

.m_cl td.m_cl_left,
.m_changeList td.ma_left{text-align:left;}

.m_cl td.m_cl_right,
.m_changeList td.ma_right{text-align:right;}

.m_cl td.m_cl_bluebg,
.m_changeList td.ma_bluebg{background:#f2f9fc;}

.m_cl td a.m_cl_court,
.m_changeList td a.ma_court{display:block;width:100%;font-size:14px;color:#128bed;}

.m_cl .m_cl_twoword,
.m_changeList .ma_twoword{width:55px;text-align: center;}
.ma_center{text-align: center;}
.m_cl .m_cl_cr_th,
.m_changeList .ma_cr_th{background: none;padding:20px 0;border:none;}

.m_cl em,
.m_changeList em{color: #e33244;}

.m_changeList a:hover{
    color: #3071a9;
}


#ma_cr_th2{
    background: none;padding:8px 8px;
    min-width: 50px;
} 
.ma_cr_tr2{ 
   margin-top: 15px; 
}
.pt-branches{height:50px;}  
/*变更记录 - 显示隐藏更多*/ 
.m_normal{ max-height: 105px; overflow: hidden;}
.m_more{ height: auto;}

/*查询页面*/
.m_bg {position:absolute;top:200px;right:0px;z-index: 1;width:300px;height:400px;}
.m_bg.ma_brand{background:url('../images/v3/search-bg-brand.png');}
.m_bg.ma_right{background:url('../images/v3/search-bg-right.png');}
.m_bg.ma_sxr{background:url('../images/v3/search-bg-sxr.png');}
.m_bg.ma_deadbeat{background:url('../images/v3/search-bg-sxr.png');}
.m_bg.ma_zl{background:url('../images/v3/search-bg-zl.png');}
.m_bg.ma_flowanaly{background:url('../images/v3/search-bg-flowanaly.png');background-size: 300px 400px;}
.m_bg.ma_recruit{background:url('../images/v3/search-bg-recruit.png');background-size: 300px 400px;}
.m_bg.ma_oversea{background-image:url('../images/v3/search-bg-oversea.png');background-size: 213px 356px;background-repeat: no-repeat;}
/*对外投资*/
.m_touzi .avatar {top:30px;}
#touzilist a:hover .text-lg{color:#128BED;}



/******* 详情页面 财务信息  *******/
#V3_cwzl .m-l-md{margin-left: 0px;}



/******* 查商标等独立页面  *******/
.jumbotron .clogo{ font-size:55px; margin-bottom:70px; } 
.jumbotron .clogo img{   max-width:140px; }
.jumbotron .container{  width:1100px;margin: auto; }
.jumbotron { margin-top: 100px; background-color: #f6f6f6; background-color: #fff;  padding: 40px 0 50px; text-align: center; }
.jumbotron input[type="text"], #form-style select { height: 50px; border: 1px solid #E2E2E2; }
.jumbotron .button{ border-radius:0; height:50px; padding: 0 30px; }
.jumbotron .clogo h1{ font-size:55px;}

.rea-tab a{ font-size:22px;display: inline-block;margin-right:30px;margin-bottom:10px;}
.rea-tab a:hover{ color:#128bed;}
.rea-tab a.active{color:#128bed;border-bottom:2px solid #128bed;}
small.red {background: #d9534f;}
small.info{background: #5bc0de;} 
 
.marketing{ margin-top:120px; margin-bottom:200px; } 
.marketing i { font-size: 80px; color:#666; }
.marketing .col-lg-4 { margin-bottom: 20px; text-align: center; }
.marketing h2 { font-weight: normal; font-size: 16px; margin-top:20px; color:#6086a4 }

/*#V3_Brands_Search .search_input{border:#00c5a4 1px solid;height:60px;color:#bbb;font-size:18px;}
#V3_Brands_Search .search_button{color:white;width:148px;height:60px;font-size:26px;background:#00c5a4;border:#00c5a4 1px solid;transition: all .2s ease-in-out;}
#V3_Brands_Search .search_button:hover{ background-color:#21AA91;}*/
#V3_Brands_Search .search_input{border:1px solid #E2E2E2;height:50px;color:#555;font-size:14px;}
#V3_Brands_Search .search_button{color:white;text-align:center;height:50px;font-size:18px;background:#128bed;border:#128bed 1px solid;transition: all .2s ease-in-out;}
#V3_Brands_Search .search_button:hover{ background-color:#1877c3;}
 
/* 经营状况-产品信息  */
#productlist > .list-group{border-bottom:#f3f5f7 1px solid;}

/* 经营状况-融资信息  */
#financingList > .table{border-top:#f3f5f7 1px solid;border-bottom:#f3f5f7 1px solid;}

#Changelist td a{color: #128bed !important; } 
#Changelist td em a{color: #e33244; } 
#Changelist td a:hover{color: #128bed; } 

/******* 上市详情第二层弹出页 *******/
.m-ipo_model_sub{float:left;padding-bottom: 5px;}
.m-ipo_model_sub .ma-body { float:left; background: white; }
.m-ipo_model_sub .ma-body .col-md-6{float:left; }

/* 推荐下载APP */
#appDownloadModal .modal-dialog{width: 360px;height: 480px;}
#appDownloadModal .modal-dialog .modal-content{width: 360px;height: 480px;}
#appDownloadModal .modal-body{padding: 40px;}
#appDownloadModal .modal-footer{margin-top: 0;text-align: left;}
.qocdeBox{width: 278px;height: 278px;padding: 5px;border: 1px solid #c7c7c7;margin:auto;}
.qocdeBox img{width: 100%;}




 /*关联关系*/
.ana-left{
  background: #fff;
  min-height: 780px;
}

.ana-left .title{
  font-size: 16px;
  color: #000;
  font-weight: bold;
}

.ana-left .subtitle{
  float: right;
  margin-top: -25px;
  display: none;
}

.ana-input{
  width: 92%;
}

.ana-form{
    position: relative;
}

.ana-form .range-value{
  position: absolute;
  right: 10px;
  margin-top: -40px;
}

.ana-spot{
  position: absolute;
  margin-top: 8px;
  height: 10px;
  width: 10px;
  border-radius: 5px;
  background: #128bed;
  box-shadow: 0px 1px 1px #128bed;
}
.ana-spot2{
  position: absolute;
  margin-top: 8px;
  height: 10px;
  width: 10px;
  border-radius: 5px;
  background: #FF7F00;
  box-shadow: 0px 1px 1px #FF7F00;
}

.ana-input-range{
  margin-top: 8px;
  margin-bottom: 25px;
  width: 88% !important;
  padding: 0px;
  border-radius: 10px; 
  height: 6px;
  -webkit-appearance: none;
  background: -webkit-linear-gradient(#059CFA, #059CFA) no-repeat;
  background-size: 25% 100%;
}

.ana-form span{
  color: #333;
}

.ana-line{
  background: #ddd;
  height: 1px;
  width: 100%;
  margin-top: 5px;
  margin-bottom: 10px;
}

.ana-panel{
  
}

.ana-panel .panel-heading{
  color: #fff;
  background: #88c5f6;
  font-weight: bold;
}

.ana-panel .panel-heading a{
  float: right;
  text-align: right;
  color: #fff;
  font-weight: bold;
}

.ana-panel i{
  font-size: 12px;
  margin-left: 5px;
}

.ana-left .nodata{
  margin-top: 60px;
  margin-bottom: 50px;
  text-align: center;
  color: #bbb;
  font-size: 16px;
}

.ana-left .nodata img{
  width: 60px;
  margin-bottom: 15px;
}

.ana-right{
  background: #fff;
  min-height: 780px;
  padding: 10px 15px;
  position: relative;
}

.ana-right .no_data{
  top: 0px;
  left: 0px;
  right: 0px;
  position: absolute;
  margin-top: 50px;
  text-align: center;
  color: #bbb;
  font-size: 16px;
  
}
.ana-right .no_data img{
  width: 800px;
  margin-left: 15px;
}

.ana-right .no_data a{
  color: #128bed;
}

.ana-right .load_data{
  top: 0px;
  left: 0px;
  right: 0px;
  position: absolute;
  margin-top: 280px;
  text-align: center;
  display: none;
}

.ana-right .main{
  height: 750px;
  width: 100%;
}

.ana-timeline{
  list-style-type: none;
  position: relative;
  padding: 0;
}

.ana-timeline>li{
  position: relative;
}

.ana-timeline:before{
  content: '';
  position: absolute;
  width: 2px;
  top: 7px;
  bottom: 0px;
  background: #afdcf8;
  left: 20px;
}

.ana-timeline .point{
  position: absolute;
  width: 12px;
  height: 12px;
  font-family: 'ecoico';
  font-size: 1.4em;
  background: #46a4da;
  border-radius: 50%;
  text-align: center;
  left: 15px;
  top: 7px;
}

.ana-timeline .content{
  margin-left: 40px;
}

.ana-timeline .content .com{
  color: #333;
}
.demoAna{
    cursor: pointer;
}
.ana-lw{
    margin-left: auto;
    margin-right: auto;
}
@media(min-width: 1300px){
    .ana-lw{
        width: 1250px;
    }
}

@media(min-width: 1500px){
    .ana-lw{
        width: 1450px;
    }
}
@media(min-width: 1800px){
    .ana-lw{
        width: 1750px;
    }
}

.ana-searlist{
    position: absolute;
    top: 34px;
    left: 20px;
    width: 223px;
    border: solid 0.5px #ddd;
    z-index: 10;
    display: none;
}
.ana-right    { width: 100%;height: 100%; }
.ana-checked{
    position: absolute;
    margin-top: 15px;
    margin-left: 140px;
}
.ana-uncheck{
    margin-top: 6px;
    margin-left: 20px;
}
.ana-input-name{
  width: 110px;
  display: none;
}
.ana-history{
    display: none;
}
.ana-history ul{
    margin-top: 10px;
    text-align: center;
    line-height: 1.2;
    color: #128bed;
    font-size: 13px;
}
.ana-history ul a:hover{
    color: #128bed;
}

.ana_icon{
  background-size: 24px 24px;
  display: inline-block;
  width: 24px;
  height: 24px;
  float: right; 
  margin-top:-30px;
  margin-right: -4px;
}
.ana_icon_add{
  background-image: url('../images/icon-add.svg');
}
.ana_icon_add:hover{
  background-image: url('../images/icon-add-h.svg');
}
.ana_icon_remove{
  background-image: url('../images/icon-remove.svg?t=2');
}
.ana_icon_remove:hover{
  background-image: url('../images/icon-remove-h.svg?t=1');
}

.ana-revent{
  color: #128bed;
  cursor: pointer;
}

.ana-left .subtitle{
  float: right;
  margin-top: -25px;
  display: block;
}

.ana-dan,.ana-duo{
    padding: 10px 15px;
}
.ana-tabs{
    height: 45px;
}
.ana-tabs li{
    width: 50%;
    float: left;
}

.ana-tabs li.active>a{
    background: #128bed;
    color: #fff;
}
.ana-tabs li>a{
    text-align: center;
    border-bottom: solid 1px #ddd;

}
.ana-tabs li:not(.active)>a:hover{
    color: #128bed;
    background: #fff;

}

:-webkit-full-screen .main{width: 100%;height: 100% !important; }
:-moz-full-screen .main{width: 100%;height: 100% !important; }
:-ms-fullscreen .main{width: 100%;height: 100% !important; }
:-o-full-screen .main{width: 100%;height: 100% !important; }
:full-screen .main{width: 100%;height: 100% !important; }
/*end 关联关系*/

.find-mao-detail-item{
    line-height: 40px;
    font-size: 16px;
    padding-left: 12px;
    padding-right: 12px;
    border-bottom: 1px solid #dddddd;
    color: #128bed;
}

.find-mao-detail-item div{
    margin-top: 5px;
}

.find-mao-list-item{
    padding: 10px 12px 10px 0;
    border-bottom:1px solid #ddd;
}
.find-mao-list-item a{
    text-decoration: none;
    display: inline-block;
    width: 100%;
    height: 100%;
}
.find-company-list{
    padding-left: 12px;
    border: solid 1px #ddd;

}
.find-mao-float-wrap{
    width: 100%;
    overflow: hidden;
}
.find-mao-cop-name{
    float: left;
    font-size: 15px;
    color: #128bed;
    width: 75%;
}
.find-mao-cop-province{
    float: right;
    color: #666666;
    font-size: 13px;
    background: url("material/theme/chacha/cms/v2/images/address.png") no-repeat 0% 50%;
    background-size: 15px;
    padding-left: 15px;
}
.find-mao-oper{
    color: #666666;
    font-size: 13px;
    margin-top: 5px;
}
.find-mao-cop-money{
    float: left;
    color: #666666;
    font-size: 13px;
}
.find-mao-cop-time{
    float: right;
    color: #666666;
    font-size: 13px;
}

/*公司对比界面*/
.people_list {width:100%;margin: 0 auto;margin-bottom:20px;position: relative;}
.people_list th{text-align:left;padding-left:10px;background:#f2f9fc;border:#E4EEF6 1px solid;border-collapse: collapse;}
.people_list td{padding:10px;border:#E4EEF6 1px solid;word-break:break-all;font-size:14px; text-align: center;width: 17%;}
.people_list td:first-child{width: 15%;}
.people_list .dtr:hover>td{background: #E0F1FF;}
.people_list .colspan{
    color: #128bed;
    text-align: left;
}
.people_list .thead{
    background: #F2F9FC;
    text-align: left;
}
.people_list .tcompare{
    color: #FFA500
}
.people_list .check{
    margin-top: 20px;
    margin-bottom: 20px;
}
.people_list .check input{
    margin-left: 10px;
    margin-right: 5px;
}
.people_list .headcom{
    text-align: center;
}
.people_list .headcom .logo>img{
    width: 45px;
    height: 45px;
}
.people_list .headcom .name{
    margin-top: 12px;
    height: 40px;
    color: #111;
    overflow: hidden;
    line-height: 1.4;
}
.people_list .headcom .btn-li{
    margin-top: 10px;
    height: 24px;
    font-size: 12px;
    margin-left: 5px;
    margin-right: 5px;
    padding: 3px 12px;
}
.people_list .headcom .btn-ku{
    width: 120px;
}
.people_list .headcom .btn-pl{
    background: transparent;
    border: solid 1px #128bed;
    color: #128bed;
}
.people_list .headcom .btn-dis{
    background: transparent;
    border: solid 1px #aaa;
    color: #aaa;
    cursor: default;
}
.people_list .fixhead{
    background: #fff;
    display: table;
    position: fixed;
    top: 0px;
}
.people_list .fixhead td{
    

}
/*个人投资任职 搜老板*/
.people_name{
    text-align: center;
    margin-top: 20px;
    font-size: 20px;
    color: #128bed;
}
.people_subname{
    text-align: center;
    margin-top: 6px;
    font-size: 14px;
    color: #666;
    margin-bottom: 15px;
}
.people_exportdata{
    float: right;
    margin-top: -40px;
    margin-bottom: 15px;
}
.people_disable, .people_disable:hover, .people_disable:active{
    background: #fff !important;
    color: #BBB5B5 !important;
    cursor: default !important;
}
.people_nodata{
    text-align: center;
    padding: 120px 0px;
}
.people_nodata img{
    width: 85px;
    margin-bottom: 20px;
}
.people_nodata div{
    font-size: 16px;
    line-height: 24px;
    color: #999;
}



/*搜老板*/
#boss-company-list{
    display:none;
    width: 791px;
    background: #fff;
    position: absolute;
    left: 45px;
    top: 80px;
    z-index: 1000;
    border:1px solid #eee;
}

#boss-company-list em,#boss-company-list em{
    font-style:normal;
    font-weight:700;
}

.index-hot-man{
    color: #fff;
    padding: 0px 0px 13px 6px;
    font-size: 16px;
    display: inline-block;
   /* height: 44px;*/
   /* background-color: rgba(255,255,255,0.2);*/
    margin-right: 15px;
    border-radius: 4px;
    text-decoration: none;
}
.index-hot-man img{
    height: 23px;
    width: 23px;
    border-radius: 4px;
    margin-right: 5px;
}
.index-hot-man:hover{color:white;text-decoration: none;} 
#bosssearch{
       /*background: #005B8E url(../images/bg-boss.png?v=1) no-repeat bottom;*/
       background: #005B8E url(../images/bg-company-2.png?v=1) no-repeat bottom;
       background-size: cover;
    }
#bosssearch  .intro { 
    padding:100px 0 118px;
    position: relative;
    z-index:10;
}

#bosssearch .input-lg{
    height:51px; 
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}
#bosssearch .btn-lg{
    background:#8f94d4;
    font-size:20px;
    padding: 11px 25px 10px;
    height:51px;
}

#bosssearch #V3_Search_bt{
    background:#616DFF;
    font-size:20px;
    color:#fff;
    padding: 5px 25px 5px;
    border:none;
    border-radius: 0px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}
#bosssearch #V3_Search_bt:hover{
    background:#4D59E8;
}
.boss-list:nth-of-type(odd){
    padding-right: 7px;
}
.boss-list:nth-of-type(even){
    padding-left: 7px;
}

.boss-list.com{
    width: 368px;
    margin-left: 15px;
    float: left;
    padding: 0px;
}

.boss-list.com .panel{
    margin-bottom: 16px;
    box-shadow: none;
}
.boss-list .panel:hover{
    background:#F3F9FE;
    border:#eee 1px solid;
    cursor: pointer;
}
.boss-list .boss-wrap{
  padding: 20px;
  height: 330px;
  display: block;
}
.boss-list .boss-wrap.com{
  padding: 18px 10px;
  height: 188px;
}
.boss-list .boss-wrap.com .boss-name{
    color: #FD485E !important;
}
.boss-list .boss-wrap .col-xs-2, .boss-wrap .col-xs-4, .boss-wrap .col-xs-8, .boss-wrap .col-xs-10, .boss-wrap .col-xs-5, .boss-wrap .col-xs-7{
  padding: 0px;
}
.boss-list .boss-head{
  width: 54px;height: 54px;
  border-radius: 6px;
  overflow: hidden;
}
.boss-list .boss-head>img{
    width: 100%;
    border-radius: 6px;
}
.boss-list .boss-headn{
  float: left;
  width: 54px;height: 54px;
  border-radius: 6px;
}
.boss-list .boss-headn:before{
    color: #fff !important;
}
.boss-list .partner-head{
  width: 40px;height: 40px;
  border-radius: 5px;
  float: left;
}
.boss-list .partner-letter{
  float: left;
  width: 40px;height: 40px;
  border-radius: 5px;
}
.boss-list .partner-letter:before{
  line-height: 40px !important;
  height: 40px !important;
  font-size: 20px !important;
  color: #fff !important;
}
.boss-list .boss-province-info{
  height: 90px;
}
.boss-list .boss-partner{
  height: 132px;
  margin-left: -3px;
  margin-right: -3px;
}
.boss-list .icon-place{
    display: inline-block;
    background: url('../../images/website/customers/ic_place grey.png');
    background-size: 10px 15px;
    width: 10px;
    height: 15px;
    top: 3px;
    position: relative;
    margin-right: 6px;

}
.boss-list .boss-name{
  font-size: 20px;
  color: #000;
  cursor: pointer;
}
.boss-list .partner-warp{
  float: left;
  width: 126px;
  height: 102px;
  padding: 10px 6px 10px 10px !important;
  background: #fff;
  border: 1px solid #f1f1f1;
}
.boss-list .partner-warp:not(:last-child){
  margin-right: 10px;
}
.boss-list .partner-name{
  float: left;
  margin-left: 8px;
  color: #000;
  font-size: 16px;
  line-height: 40px;
  cursor: pointer;
}
.boss-list .partner-com{
  float: left;
  margin-top: 5px;
  font-size: 12px;
  line-height: 1.4;
}
.boss-list .partner-warp:hover .partner-name{
  color: #128bed;
}
.boss-list .boss-wrap:hover .boss-name{
  color: #128bed;
}
.boss-list-daka .list-group-item{
  padding: 10px 15px;
}
.boss-list-daka .list-group-item .title{
    color: #333;
    font-size: 14px;
    line-height: 30px;
}
.boss-list-daka .list-group-item .avatar{
    width: 54px;
    height: 54px;
}
.boss-list-daka .list-group-item .avatar>img{
    border-radius: 6px;
}
.boss-list-daka .list-group-item:hover{
    background: #F5F9FF;
}
.boss-list-daka .list-group-item:hover .title{
    color: #128bed;
}
.boss-sum{
    height: 188px;
    width: 125px;
    border: solid 1px #eeeeee;
    margin-left: 15px;
    float: left;
    padding: 15px;
    text-align: center;
    margin-bottom: 15px;
}
.boss-sum img{
    width: 54px;
    display: inline-block;
    border-radius: 6px;
}
.no-shadow{
    box-shadow: none;
}



/*人物头像*/
.usericon {
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    width: 60px;
    height: 60px;
    overflow: visible;
    border: 1px solid rgba(0,0,0,.06);
    border-radius: 50%;
}
.usericon.boss {
    float: left;
    width: 54px;
    height: 54px;
    border-radius: 6px;
}
.usericon.boss:before{
    color: #fff !important;
}

.usericon[first-letter]:not([style]):empty:before {
    content: attr(first-letter);
    font-size: 26px;
    height: 60px;
    line-height: 55px;
    color: #95A5A6;
    font-weight: 500;
}

.usericon-lg {
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    width: 70px;
    height: 70px;
    overflow: visible;
    border: 1px solid rgba(0,0,0,.06);
    border-radius: 50%;
}

.usericon-lg[first-letter]:not([style]):empty:before {
    content: attr(first-letter);
    font-size: 26px;
    height: 70px;
    line-height: 65px;
    color: #95A5A6;
    font-weight: 500;
}
.usericon.nhead[first-letter]:not([style]):empty:before {
    content: attr(first-letter);
    color: #fff;
    font-weight: 500;
}
.usericon.nhead.xs{
  width: 34px;
  height: 34px;
  border-radius: 4px;
}
.usericon.nhead.xs[first-letter]:not([style]):empty:before {
    font-size: 18px;
    height: 34px;
    line-height: 32px;
}

/*搜老板tab检索*/
.fixtab{position: fixed; top: 56px; z-index: 66; } 
#fixtab{margin:0px;background-color: #fff;border: 1px solid #eee;}
#fixtab .nav-tabs{overflow: hidden; display: flex;display: -webkit-flex;background: #fcfcfc;border-top:1px solid #eeeeee;border-bottom:0;margin:-11px -15px;}
#fixtab .nav-tabs li{display:flex;align-items:stretch;border-right:#ebebec 1px solid;border-top:#ebebec 0px solid;width:14.2857143%;border-bottom:1px solid #eeeeee;}
#fixtab .nav-tabs li:last-child{border-right:none;}
#fixtab .nav-tabs li a{align-items:stretch;width:100%;padding: 0px;border:none;padding:10px 0px;border-radius:0px;text-align: center;font-size:15px;display:block;}
#fixtab .nav-tabs li a h2{text-align: center;font-size:15px;display:inline;margin-top:0px;margin-bottom:0px;}
#fixtab .nav-tabs li a.current{background:#fff;color:#128cec;}
#fixtab .nav-tabs li a.current span.badge{background:white;}
#fixtab .nav-tabs li{margin-bottom: 0px;}
#fixtab .nav-tabs li.active a{color: #128bed;}
#fixtab .nav-tabs li.active span.badge{color:#128bed;}
#fixtab .nav-tabs li:hover a{color:#128bed;}
#fixtab .nav-tabs li:hover a.current{color:#128bed;} 
#fixtab .nav-tabs li:hover span.badge{color:#128bed;}
#fixtab .nav-tabs li span.badge{margin-left:0px;border-radius:30px;/* background:#f5f5f5; */font-size:12px;color:#909090;border:none;}
#fixtab  li a{padding-top:15px; padding-bottom: 15px; }
#fixtab  li a:hover{background:#fafafa; }
#fixtab .badge{background:none; color:#999; border: 1px solid #e0e0e0; margin-left:10px; border-radius: 2px; padding: 2px 4px; font-weight: 500; margin-top:3px; }
#fixtab .current{background:#fff; border-top:1px solid #eeeeee; background-color: #f9f9fa; font-weight: 700; color: #333; border-top: 2px solid #ababab; }
.people-mengban{position: relative; width: 100%; height: 550px; background: url(../images/mengban.png) no-repeat; background-size: 100% 100%; margin-top: -20px; }
.people-vip-kuang{position: absolute; width: 360px; height: 160px; border: solid 1px #ddd; left: 50%; top: 50%; margin-left: -180px; margin-top: -100px; text-align: center; font-size: 16px;box-shadow: 2px 2px 2px #888888; } 
.people-vip-kuang span {color: #128bed; }

/*老板详情界面*/
.boss-letter {
    float: left;
    width: 100px;
    height: 100px;
    border-radius: 8px;
}
.boss-letter[first-letter]:not([style]):empty:before {
    content: attr(first-letter);
    font-size: 50px;
    height: 100px;
    line-height: 100px;
    color: #fff;
    font-weight: 500;
}
.boss-partners .title{
    margin-top: 5px;
}
.boss-partners .head{
    float: left;
    margin-right: 10px;
}
.boss-partners .boss-head{
    width: 54px;
    height: 54px;
    border-radius: 6px;
    overflow: hidden;
}
.boss-partners .boss-head>img{
    width: 100%;
    border-radius: 6px;
}
.boss-partners .name{
    font-size: 16px;
    color: #333;
    line-height: 2;
}
.boss-partners .content{
    font-size: 14px;
    color: #666;
}
.boss-partners .content>a{
    color: #666;
}
.boss-partners a:hover{
    background: none !important;
}
.boss-partners .list-group-item{
    padding-right: 8px;
}
.partner-letter {
    float: left;
    width: 54px;
    height: 54px;
    border-radius: 6px;
}
.partner-letter[first-letter]:not([style]):empty:before {
    content: attr(first-letter);
    font-size: 28px;
    height: 54px;
    line-height: 54px;
    color: #fff;
    font-weight: 500;
}
.width15{
    width: 15px;
}
.width20{
    width: 20px;
}
.company-mengban,.person-mengban{position: relative;  width: 100%; height: 680px; background: url(../images/com_mengban.png) no-repeat; background-size: 100% 100%;}
.company-vip-kuang{position: absolute; width: 398px; height: 160px;  left: 50%; top: 50%; margin-left: -180px; margin-top: -130px; text-align: center; font-size: 18px;} 
.company-vip-kuang span {color: #128bed; }
.company-vip-btn{width:120px;}
.person-mengban{background: url(../images/person_mengban.png) no-repeat;height: 840px;}
.person-vip-kuang{background: #fff; position: absolute; width: 750px; height: 708px;  left: 50%; top: 50%; margin-left: -354px; margin-top: -355px;text-align: center;box-shadow:0px 0px 2px #888888; }
.cbase-mengban{background-repeat: no-repeat  ;height: 840px;position: relative;background-size:888px 838px; }
.cbase-mengban.cwjx{background-image: url(../../images/website/mbcwjx.png);}
.cbase-mengban.cxjg{background-image: url(../../images/website/mbcxjg.png);}
.cbase-mengban.kgqy{background-image: url(../../images/website/mbkgqy.png);}
.cbase-mengban.lsxx{background-image: url(../../images/website/mblsxx.png);}
.cbase-mengban.tyfx{background-image: url(../../images/website/mbtyfx.png);}
.cbase-mengban.zzsy{background-image: url(../../images/website/mbzzsy.png);}
.cbase-mengban.kzrt{background-image: url(../../images/website/mbkzrt.png);}
.cbase-mengban.fxjk{background-image: url(../../images/website/mbfxjk.png);background-size: contain;}
.cbase-mengban.fxdt{background-image: url(../../images/website/mbfxdt.png);background-size: contain;}
.cbase-mengban.fxzy1{background-image: url(../../images/website/mbfxzy1.png);background-size: contain;}
.cbase-mengban.fxzy2{background-image: url(../../images/website/mbfxzy2.png);background-size: contain;}
.cbase-mengban.fxzy{background-image: url(../../images/website/mbfxzy.png);background-size: contain;}
.cbase-mengban.fxrb{background-image: url(../../images/website/mbfxrb.png);background-size: contain;background-color: #fff;height: 800px;}
.cbase-vip-kuang{background: #fff; position: absolute; width: 750px; height: 683px;  left: 50%; top: 50%; margin-left: -354px; margin-top: -340px;text-align: center;box-shadow:0px 0px 2px #888888; }
.vip-insert-wrap .cbase-vip-kuang{height: auto;  padding-bottom: 10px; }

.col-sm-12 .cbase-mengban{background-size: 1186px 838px;}

.company-mengban.yb{
    background-image: url(../../images/website/yb_mengban.png)
}

.company-mengban.risk{
    background-image: url(../../images/website/risk_mengban.png)
}
.company-mengban.assets{
    background-image: url(../../images/website/assets_mengban.png)
}
.company-mengban.trz{
    background-image: url(../../images/website/trz_mengban.png)
}
.company-mengban.bytag{
    background-image: url(../../images/website/bytag_mengban.png)
}
.company-mengban.oversea{
    background-image: url(../../images/website/oversea_mengban.png)
}

/*公司详情水印*/
.company-detail-watermark{
    width: 92px;
    height: 26px;
    float: right;
    background-image: url(../../images/website/watermark.png);
    margin-top: 10px;
    margin-bottom: -25px;
    background-size: 92px 26px;
}

/*快照字动画*/
.kz_anim{
    display: inline-block;
    margin-left: 20px;
    animation: ripple 2s infinite; -moz-animation: ripple 2s infinite; -webkit-animation: ripple 2s infinite; 
    text-decoration: none;
    transform-origin:left;
} 

@keyframes ripple {
  0% {
    opacity:1;
    transform: scale(1);
  }
  40% {
    opacity:0.8;
    /*transform: scale(1.05);*/
    /*text-shadow: 0 2px 2px #2c7ce8;*/
  }
  60% {
    opacity:1;
    transform: scale(1);
    text-shadow:none;
    font-size: 14px;
    color: #128bed;
  }
  80% {
    font-size: 14px;
    transform: scale(1.1);
  }
  100% {
    color: #128bed;
    font-size: 14px;
  }
}


.qydt{
    min-height: 600px;
}
.qydt .title{
    font-size: 16px;
}
.qydt #nav-feeds li.cats {
    width: 110px;
    text-align: center;
} 

.qydt #nav-feeds li a{
    padding:14px 15px;
} 

.qydt #nav-feeds  .active a{
    border-top:1px solid #fff;
}

.qydt #nav-feeds li a:hover{
    border-top:1px solid #fff;
}

.qydt .nav-pills>li.active>a {
    color: #fff!important;
    background-color: #128cec;
    padding: 5px 10px;
    border-radius: 2px;
}
.qydt .nav-pills>li span {
    display: inline-block;
    padding: 5px 10px 5px 10px;
}

.qydt .nav-pills>li a {
    padding: 5px 10px;
}
.daterangepicker .btn-info{
    color: #ffffff !important;
    background-color: #128cec;
    border-color: #128cec;
}
#wsview table{
    max-width: 100%;
    display: block;
    overflow: auto;
}

.mbyl-middle{
    font-size: 12px;
    padding: 20px;
    padding-top: 80px;
    line-height: 1.2;
}
.mbyl-middle .title{
    font-size: 13px;
    color: #222;
}
.mbyl-middle .subtitle{
    margin-top: 8px;
    font-size: 12px;
    color: #333;
}
.mbyl-middle .tip-contact{
    margin-top: 8px;
    color: #333;
}
.mbyl-middle .tip-contact span{
    color: #666;
}
.mbyl-middle .tip-wrap{
    margin-top: 15px;
}
.mbyl-middle .step-title{
    font-size: 13px;
    color: #222;
    margin-top: 5px;
}
.mbyl-middle .step-content{
    margin-top: 3px;
    color: #666;
}
#ylBtn{
    background: #fff;
    color: #128bed !important;
    border: solid 1px #128bed;
}

#contactForm .form-group>div>span{
    position: absolute;
    right: 25px;
    top: 5px;
}



/*公司头部*/
.nheader{
    position: relative;
    margin-bottom: -2px;
    border: 1px solid #eeeeee;
    box-shadow: none;
}
.nheader>.row{
    padding: 24px 10px 18px 20px;
    min-height: 208px;
}

.nheader .logo{
    float: left;
    width: 102px;
    text-align: center;
    height: 102px;
    overflow: hidden;
    border-radius: 8px;
    
}
.nheader .imgkuang{
    width: 100px;
    height: 100px;
    display: table-cell;
    vertical-align:middle;
    border:solid 1px #f0f0f0;
    border-radius: 8px;
}

.nheader .imgkuang img{
    width: 100px;
    border-radius: 8px;
}
.nheader .imgkuang .usericon{border-radius: 6px;width: 100px;height: 100px;}
.nheader .imgkuang .usericon:before{ color: #fff !important; }
.nheader .imgkuang .usericon[first-letter]:not([style]):empty:before {
    content: attr(first-letter);
    font-size: 50px;
    height: 100px;
    line-height: 100px;
    color: #95A5A6;
    font-weight: 500;
}
.nheader .content{
    float: left;
    width: 1020px;
    margin-left: 50px;
    font-size: 14px;
    color: #000;
}
.nheader .content .row{
    margin-bottom: 4px;
}

.nheader .content a{
    color: #000;
}
.nheader .content a.text-primary{
    color: #128bed;
}
.nheader .content a:hover{
    color: #128bed;
}

.nheader .title{
    font-size: 22px;
    color: #000000;
    letter-spacing: 0;
    font-weight: 600;
    width: 620px;
    line-height: 31px;
}
.nheader .title h1{
    margin-top:0px;
    margin-bottom:0px;
    display: inline;
    line-height: 31px;
    font-size:22px;
    color: #000000; 
    letter-spacing: 0; 
    font-weight: 600;
}
.nheader .content .row.title{
    margin-top: -2px;
    margin-bottom: 10px;
}
.nheader .fc{
    width: 350px;
    display: inline-block;
}
.nheader .fc.fcx{
    width: 150px;
}
.nheader .cdes{
    color: #444;
} 

.nheader .dongtai{
    display: inline-block;
    color: #999;
    margin-top: 10px;
    margin-bottom: -5px !important;
}

.nheader .dcontent{
    position: relative;
    padding: 4px 12px;
    background: rgba(0, 132, 255, 0.04);
    margin-left: -15px;
    margin-right: -5px;
    margin-top: 5px;
    margin-bottom: 5px;
    line-height: 2;
    
}
.nheader .dcontent>.row{
    margin:4px 0px;
}
.nheader .dcontent .dcert{
    position: absolute;
    right: 10px;
    top: 8px;
    font-size: 12px;
    color: #999;
}

.nheader .oxin{
    float: left;
    width: 364px;
    position: relative;
}
/*
.nheader .oxin .icon-new{
    left: 110px;
    top: 4px;
}*/
.nheader .oxin .img{
    width: 36px;
    height: 36px;
    border-radius: 5px;
    float: left;
    margin-right: 10px;
    margin-top: 4px;
    border:solid 1px #f0f0f0;
    font-size: 49px;
    overflow: hidden;
}
.nheader .oxin .img>img{
    height: auto;
    max-width: 100%;
    vertical-align: middle;
    border-radius: 5px;
}
.nheader .oxin>div{
    line-height: 22px;
}
.nheader .dongtai3 .oxin{
    width: auto;
    margin-right: 110px;
}
.nheader .dongtai4 .oxin{
    width: auto;
    min-width: 160px;
    margin-right: 60px;
}
.nheader .dongtai5 .oxin{
    width: auto;
}
.nheader .dongtai5 .oxin:not(:last-child){
    
    margin-right: 36px;
}

.nheader .cvlu.webauth{
    padding-left: 20px;
}
.nheader .webauth-i{
    position: absolute;
    margin-left: -25px;
    margin-top: 2px;
}
.nheader .webauth-template{
    
}
.nheader .webauth-template a{
    color: #128bed;
}

.nheader .company-action{
    width: 470px;
    position: absolute;
    right: 20px;
    text-align: right;
    top: 18px;
}
.nheader .company-action>a{
    margin-left: 4px;
}

.nheader .company-action .refs{
    margin: 0px;
    width: 270px;
    position: absolute;
    right: 2px;
    text-align: right;
    top: 42px;
}

.nheader .company-record{

    color: #999999;
    background: #fcfcfc;
    border-top: solid 1px #eee;
    padding: 8px 20px;
    margin-left: -15px;
    margin-right: -15px;
}
.nheader .company-record span{
    color: #999999;
}
.nheader .company-record a{
    
}
.nheader .simu{
    display: inline-block;
    line-height: 18px;
    padding: 4px 8px 4px 8px;
    font-weight: normal;
    font-size: 14px;
    border-radius: 1px;
    position: relative;
    top: -2px;
    left: 8px;
    color: #fff !important;
    background: #2EB5F9;
    text-align: center;
    margin-left: 3px;

}

.nheader .investor{
    display: inline-block;
    line-height: 18px;
    padding: 4px 8px 4px 8px;
    font-weight: normal;
    font-size: 14px;
    border:solid 1px #67DCA7;
    border-radius: 1px;
    position: relative;
    top: -2px;
    left: 8px;
    color: #fff !important;
    background: #5ECD9A;
    text-align: center;
    margin-left: 3px;
}

.nheader .zym {
    background: url('../images/c_logo_zym.png') no-repeat;
    display: inline-block;
    width: 64px;
    height: 24px;
    padding: 2px 8px 2px 8px;
    font-size: 14px;
    position: relative;
    top: 5px;
    left: 5px;
    text-align: center;
}

.nheader .tooltip-br+.tooltip{
    margin-left: 100px;
}

.nheader .tooltip-br+.tooltip .tooltip-inner{
    max-width: 400px;
}

.nheader .nstatus{
    position: relative;
    top: -2px;
    left: 8px;
    margin-left: 3px;
    cursor: default;
}
.nheader .nstatus+.tooltip{margin-left: 87px;}
.nheader .nstatus+.tooltip .tooltip-inner{max-width: 250px;}
.nheader .tags{
    position: relative;
    top: -5px;
    min-height: 20px;
}
.nheader .ntag{
    position: relative;
    /*margin-left: 10px;*/
    cursor: default;
    border-radius: 2px;
}
.nheader .ntag+.tooltip{margin-left: 87px;}
.nheader .ntag+.tooltip .tooltip-inner{max-width: 250px;}
.row tags{padding-left:10px;}

.nheader .tags .qcc-cert{
    background-image: url(/material/theme/chacha/cms/v2/images/qcc_cert1.png);
    background-size: 88px 22px;
    background-position: center;
    height: 22px;
    font-weight: normal;
    display: inline-block;
    line-height: 14px;
    font-size: 12px;
    padding: 4px 8px 4px 8px;
    margin-right: 6px;
    border-radius: 2px;
    width: 88px;

} 

.thumb-logo {
    width: 100px;
    height: 100px;
    display: table-cell;
    font-size: 49px;
    text-align: center; 
    vertical-align: middle;
    border: 1px solid rgba(0,0,0,0.06);
    overflow: hidden;
}
.thumb-logo img{
    height: auto;
    max-width: 100%;
    vertical-align: middle;
}






/*图谱弹窗里的样式*/
.tupu-shuiying{
    /*background: url(../images/shuiying.png) center center no-repeat;
    background-size: 350px;*/
    background: url(../images/shuiying6.png) repeat;
    background-size: 360px 280px;
}
.tupu-shuiying2{
    background: url(../images/shuiying2.png) repeat;
    background-size: 300px 228px;
}
.table-shuiying{
    background: url(../images/shuiying5.png) repeat;
    background-size: 450px 378px;
    background-color: #fff;
}
.tupu-footer{
    padding: 10px 15px;
    font-size: 12px;
    color: #666666;
    text-align: center;
    position: absolute;
    width: 100%;
    bottom: 0px;
    background: rgba(255,255,255,.8);
}
.tupu-footer img{
    width: 55px;
}
.tupu-toolbar{
    position: absolute;
    width: 46px;
    right: 20px;
    bottom: 80px;
    font-size: 18px;
    z-index: 20;
}

.tupu-toolbar ul{
    width: 48px;
    margin:0px;
    padding: 0px;
    box-sizing: border-box;
    margin-top: 8px;
    border: 1px solid #DEDEDE;
    /*box-shadow:0 0 5px #DEDEDE;*/
    background: #fff;

}

.tupu-toolbar ul>li{
    width: 46px;
    height: 64px;
    text-align: center;
    box-sizing: border-box;
    font-size: 12px;
    color: #666;
    text-align: center;
    padding: 5px;

}
.tupu-toolbar ul>li>span{
    display: block;
    width: 30px;
    height: 30px;
    margin: 0px auto;
    background: url(../images/tupu_tool_icons.png?t=2);
    background-size: 300px 60px;
}
.tupu-toolbar ul>li>span.extented{background-position: -30px 0px;}
.tupu-toolbar ul>li>span.refresh{background-position: -60px 0px;}
.tupu-toolbar ul>li>span.big{background-position: -90px 0px;}
.tupu-toolbar ul>li>span.small{background-position: -120px 0px;}
.tupu-toolbar ul>li>span.save{background-position: -150px 0px;}
.tupu-toolbar ul>li>span.screen{background-position: -180px 0px;}
.tupu-toolbar ul>li>span.screened{background-position: -210px 0px;}
.tupu-toolbar ul>li>span.screen2{background-position: -180px 0px;}
.tupu-toolbar ul>li>span.screen2ed{background-position: -210px -30px;}
.tupu-toolbar ul>li>span.sel{background-position: -240px 0px;}
.tupu-toolbar ul>li>span.txt{background-position: -270px 0px;}
.tupu-toolbar ul>li:not(:first-child){
}
.tupu-toolbar ul>li:hover,.tupu-toolbar ul>li.active{
    background: #128bed;
    color: #fff;
    width: 48px;
    margin-left: -1px;
    cursor:pointer;
}
.tupu-toolbar ul>li:hover>span.extent{background-position: 0px -30px;}
.tupu-toolbar ul>li:hover>span.extented{background-position: -30px -30px;}
.tupu-toolbar ul>li:hover>span.refresh{background-position: -60px -30px;}
.tupu-toolbar ul>li:hover>span.big{background-position: -90px -30px;}
.tupu-toolbar ul>li:hover>span.small{background-position: -120px -30px;}
.tupu-toolbar ul>li:hover>span.save{background-position: -150px -30px;}
.tupu-toolbar ul>li:hover>span.screen{background-position: -180px -30px;}
.tupu-toolbar ul>li:hover>span.screened{background-position: -210px -30px;}
.tupu-toolbar ul>li:hover>span.screen2, .tupu-toolbar ul>li.active>span.screen2{background-position: -180px -30px;}
.tupu-toolbar ul>li:hover>span.screen2ed{background-position: -210px -30px;}
.tupu-toolbar ul>li:hover>span.sel,.tupu-toolbar ul>li.active>span.sel{background-position: -240px -30px;}
.tupu-toolbar ul>li:hover>span.txt,.tupu-toolbar ul>li.active>span.txt{background-position: -270px -30px;}
.opercor-lvip{
    height: 300px;
    text-align: center;
    padding-top: 100px;
}
.opercor-lvip p{
    font-size: 20px;
    font-size: 20px;
    color: #333;
}
.opercor-lvip .btn{
    font-size: 16px;
    margin-top: 30px;
    padding: 8px 30px;
}


.tcaption{
    padding: 0px;
    margin-bottom: 10px;
    padding-top: 15px;
}
.tcaption .title{
    font-size:16px;
    color: #222;
    font-weight: 600;
    margin-top:0px;margin-bottom:0px;display: inline;line-height: 1.8;
}
.tcaption .subtitle{
    font-size:14px;
    color: #666;
    font-weight: 600;
    margin-top:0px;margin-bottom:0px;display: inline;
}
.tcaption .tbadge{
    font-size:16px;
    font-weight: 600;
    color: #128bed;
}
.tcaption .tbadger{
    font-size:16px;
    font-weight: 600;
    color: #fd485e;
}
.tcaption .thist{
    font-size: 14px;
    color: #999;
    margin-left: 3px;
}
.tcaption .thist>a{
    color: #F5A623;
    font-size: 14px;

}
.tcaption .watermark{
    width: 95px;
    height: 26px;
    float: right;
    background-image: url(../../images/watermark.png?v=1);
    margin-left: 20px;
    background-size: 95px 26px;
}
.tcaption .hchart{
    float: right;
    font-size: 13px;
    color: #666;
}
.tcaption .tdrop{
    float: right;
    margin-top: -5px;
    margin-left: 10px;
}
.tcaption .tdrop.open{
    z-index: 40;
}
.tcaption .tdrop>.btn,.export-elib>.btn{
    border:solid 1px #D6D6D6;
    min-width: 69px;
}
.tcaption .tdrop>.btn.a{
    border:solid 1px #128bed;
    color: #128bed;
    cursor: default;
    box-shadow: none !important;
}
.tcaption .tdrop .export,.export-elib .export{
    background-image: url(../../images/foreigninsight/tdrop_export.png);
    background-size: 18px 18px;
    display: inline-block;
    width: 18px;
    height: 18px;
    margin-top: -3px;
    position: relative;
    top: 3px;
}
.tcaption .tdrop .ing,.export-elib .ing{
    cursor: not-allowed;
    color: #999;
}
.tcaption .tdrop .ing .export,.export-elib .ing .export{
    background-image: url(../../images/foreigninsight/tdrop_export.png);
    
    animation:rotating 1.2s linear infinite;
}
.tcaption .m_question{
    top: 2px;
    left: 2px;
}
.tcaption .tooltip{
    margin-left: 150px;
}
.tcaption .tooltip-inner{
    width: 291px;
    max-width: 291px;
}
.tcaption .dropdown-menu {
    max-height: 400px;
    overflow-y: auto;
}
.tcaption .dropdown-menu > li > a{
    padding-right: 20px;
} 
.tcaption .trtext{
    float: right;
    position: relative;
    top: 2px;
}
.tcaption .ntag.vip{
    position: relative;
    top: -1px;
}
.tcaption .more-info{
    float: right;
    background: #FEF3DC;
    color: #F9AD14;
    padding: 2px 8px;
    border-radius: 2px;
}
.tsort-th{
    cursor: pointer;
}
.tsort-icon{
    background-image: url(/material/theme/chacha/cms/v2/images/icon_sort.png);
    background-size: 18px 10px;
    display: inline-block;
    width: 6px;
    height: 10px;
}
.tsort-icon.asc{
    background-position: -12px 0px;
}
.tsort-icon.desc{
    background-position: -6px 0px;
}

.mtcaption{
    margin-bottom: 10px;
}

.tnavtap{
    margin-bottom: 5px;
    padding-top: 15px;
}
.tnavtap .tabtitle{
    color: #666;
    padding: 5px 0px;
    margin-right: 15px;
    font-weight: 600;
}
.tnavtap .tabtitle.active{
    color: #128bed;
    border-bottom: solid 2px #128bed;
}
.tnavtap .m_question{
    position: relative;
    top: 2px;
    left: -2px;
}
.tnavtap .tooltip{
    margin-top: 58px;
}
.tnavtab-content .tcaption {
    height: 43px;
}
.tnavtab-box{
    display: none;
}
.tnavtab-box:first-child{
    display: block;
}

.trow{
    
}
.trow .trow-table{
    float: left;
    width: 885px;
}
.trow-info{
    float: left;
    width: 290px;
}

/*工商信息里的法定代表人和股权结构样式*/
.boss-td{
    padding-left:2px;
    
}
.boss-td .bheadimgkuang{
    height: 54px;
    overflow: hidden;
    border-radius: 4px;
}
.boss-td .bheadimg{
    width: 54px;
    border-radius: 4px;  
    float: left;  
}

.boss-td .bname{
    display: block;
    font-size: 20px;
    color: #128bed;
    font-weight: 500;
    /*width: 136px;*/
}
.boss-td .bpen{
    max-width: 290px;
    height: 54px;
    display: table-cell;
    vertical-align: middle;
    padding-left: 10px;
}

.boss-td .btouzi{
    display: block;
    font-size: 14px;
    margin-left: 18px;
    margin-top: 8px;
    color: #F5A623 !important;
}
.boss-td .btouzi span{
    color: #F5A623
}
.boss-td .brenzhi{
    display: block;
    font-size: 13px;
    margin-top: 5px;
}
.boss-td .bcom{
    font-size: 16px;
    color: #000;
    padding-left: 10px;
    display: table-cell;
    width: 280px;
    line-height: 20px;
    height: 54px;
    vertical-align: middle;
}
.boss-td a.bcom{
    color: #128bed;
}
.boss-td .btn-primary{
    
}
.guquan-static-td{
    position: relative;
}
.guquan-static-td .mengban{
    position: absolute;
    top: 15px;
    bottom: 56px;
    left: 0px;
    right: 0px;
    cursor: pointer;
    background: url(../images/amengban.png) center bottom;
    background-repeat: no-repeat;
    background-size: 100% 60px;
}
.guquan-static-td img{
    width: 300px;
}
.guquan-static-td .text1,.guquan-static-td .text2,.guquan-static-td .text3{
    position: absolute; 
    transform: scale(0.8);
    transform-origin: left center;
}
.guquan-static-td .text1{
    
    font-size: 13px;
    font-weight: 700;
    color: #333;
    top: 34px;          
    left: 48px;
    
}
.guquan-static-td .text2{
   
    font-size: 13px;
    font-weight: 700;
    color: #333;
    top: 80px;
    left: 60px;
    
}
.guquan-static-td .text3{
    width: 300px;
    font-size: 12px;
    color: #666;
    top: 96px;
    left: 60px;
    
}

.base-graphsl{
    float: left;
    display: block;
}
.base-graphsl:not(:last-child){
    margin-right: 11px;
}

.base-graphsl .img{
    width: 188px;
    height: 88px;
    border: solid 1px #E4EEF6;
}
.base-graphsl .img>img{
    width: 100%;
    height: 100%;
}
.base-graphsl .text{
    text-align: center;
    padding: 4px;
}

.base-graphsl:hover .img{
    border-color: #128bed;
}
.base-graphsl:hover .text{
    color: #128bed;
}

.ba-table-base{
    text-align: center;margin-top: 8px;
    
}
.ba-table-base .province-info{
    margin-left: 0px;
    margin-top: -12px;
    line-height: 1.6;
    font-size: 13px;
}
.ba-table-base .province-info .col-xs-4{
    padding: 0px;
    width: 102px;text-align: left;
}
.ba-table-base .province-info .col-xs-8{
    padding:0px;
    width: 172px;
    overflow:hidden;
}

.prot-gltu{
    display: none;
    position: absolute;
    width: 264px;
    height: 77px;
    background: url(../images/prot_gltu.png);
    top: 102px;
    left: 295px;
}







/*经营状态的微信二维码*/
.wechat-img{
    width: 44px;display: block;margin:auto;
}

.wechart-hover{
    margin-top: 6px;
    cursor: pointer;
}
.wechat-kuang{
    display: none;
    position: absolute;
    width: 240px;
    height: 240px;
    border: solid 1px #ECECEC;
    background: #fff;
    margin-left: 60px;
    margin-top: -30px;
    z-index: 10;
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2);
}
.wechat-kuang .title{
    text-align: center;
    font-size: 14px;
    margin-top: 20px;
    color: #333;
}
.wechat-kuang .subtitle{
    text-align: center;
    font-size: 12px;
    margin-top: 20px;
    color: #999;
}
.wechat-kuang .subtitle{
    text-align: center;
    font-size: 12px;
    margin-top: 5px;
    color: #999;
}
.wechat-kuang .wechat-qrcode{
    width: 150px;
    height: 150px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 5px;
}
.wechart-hover:hover .wechat-kuang{
    display: block;
}
.wechat-img:hover + .wechart-hover .wechat-kuang{
    display: block;
}


/*侧边导航栏固定*/
.dsection{
    width: 288px;
}
.dsection.fixed{
    position: fixed;
    width: 288px;
    top: 68px;
    z-index: 10;
}
.fixed-title{
    width: 100%;
    display: none;
    position: fixed;
    background: #fff;
    height: 58px;
    z-index: 20;
    top: 0;
    padding-top: 8px;
    box-shadow: 0 2px 2px rgba(0,0,0,0.05), 0 1px 0 rgba(0,0,0,0.05);
}

/*多行文字溢出隐藏*/
.line-clamp{
    overflow-y: hidden;
}
.line-clamp-btn{
    right: 10px; 
    /*background: url(../images/textmorebg.png);*/
    background: #fff;
    margin-top: -22px;
    width: 45px;
    text-align: right;
    color: #128bed;
    position: absolute;
    cursor: pointer;
}
.basePageBt{
    font-size:12px;width:98px;height:32px;
}

  /*pills*/
.pills {
  width: 100%;
  padding-left: 71px;
  margin-bottom: 20px;
}
.pills.dline{
  margin-bottom: 15px;
  margin-top: 0px;
}
.pills.noheader{
    padding-left: 0px;
}
.pills-header {
  width: 71px;
  padding: 0px 0px;
  margin: 3px 0px 3px -71px;
  float: left;
  color: #999;
  font-size: 14px;
  position: relative;
}

.pills-after {
  float: left;
}

.pills-item {
  float: left;
  padding: 0px 10px;
  margin: 3px 3px;
  display: block;
  color: #222;
  border-radius: 2px;
}
.pills-more{
  float: right;
  padding: 0px 6px;
  margin: 3px 3px;
  display: block;
  margin-right: -70px;
  color: #979797;
}

.pills-item .caret{
  color: #128bed;
}

.pills-item.active{
  background: #128bed;
  color: #fff !important;
}
.pills-item:not([data-value=x]):hover{
  background: #128bed;
  color: #fff !important;
  border-radius: 2px;
}

.pills-item.active .caret{
  color: #fff;
}
.pills-item:hover .text-gray,.pills-item.active .text-gray{
    color: #fff;
}
.pills:after {
  content: "\0020";
  display: block;
  height: 0;
  clear: both;
}
.pills .multi-check .pills-item{
  padding-left: 0px;
  padding-right: 0px;
  margin-right: 20px;
}
.pills .multi-check .pills-item.active{
  background: none;
  color: #333 !important;
}
.pills .multi-check .pills-item:hover{
  background: none;
  color: #333 !important;
}

.pills .multi-check .ltext{

}
.pills .multi-check .ltext>input{
  margin-right: 5px;
  font-size: 24px;
  position: relative;
  top: 0px;
}
.pills .multi-check [data-value=x]>span{
    position: relative;
    top: -1px;
}
.pills .multi-check .pills-item .caret{
  color: #333;
}
.pills .a .active{
    color: #128bed;
}
.pills-after dd{
  display: inline-block;
  margin-bottom: 15px;
  margin-right: 25px;
}
.pills-after .custom{
  position: relative;
  cursor: pointer;
  top: 2px;
}
.pills-after .custom .dropdown-menu{
  margin-top: 5px;
  min-width: 120px;
}
.pills-after .custom .x{
  display: inline-block;
}
.pills-after .custom a:hover,.pills-after .custom a.hover{
  background-color: #eee !important;
  color: #333 !important;
}
.pills-title{
    padding-left: 0px;
}
.pills-title .pills-item{
    padding: 0px;
    margin-left: 0px;
    margin-right: 20px;
    font-size: 16px;
    color: #333;
}
.pills .drop-hover.custom.a .dropdown-menu{
    display: block;
    visibility: hidden;
    transition: all 0s linear 0.2s;
}
.pills .drop-hover.custom.a:hover .dropdown-menu{
    visibility: visible;
}

.pills.hfoot{
    padding-right: 80px;
}

.pills.hfoot .pills-foot{
    margin-right: -80px;
    text-align: right;
}
.pills.hmore{
    overflow: hidden;
    height: 31px;
}
.pills .hmore-btn{
    line-height: 31px;
    color: #979797;
    font-size: 14px;
}
.pills .hmore-btn:hover{
    color: #128bed;
}
.page-title{
  margin-bottom: 20px;
  font-size: 18px;
  color: #000;
  font-weight: 700;
}
.page-title:before{
  content: " ";
  display: inline-block;
  position: absolute;
  margin-top: 6px;
  margin-left: -20px;
  height: 20px;
  width: 6px;
  margin-right: 6px;
  background: #2c7ce8;
}

.btn-outline-primary{
  background: #fff;
  color: #128bed !important;
  border:solid 1px #128bed;
}


/*高级搜索*/
.adsearch-row .open{
    z-index: 800;
}
.adsearch-row .pills a:hover{
  color: #128bed;
}

.adsearch-row .fundrange{
  padding: 15px;
  color: #333;
  width: 152px;
}
.adsearch-row .fundrange>div{
  margin-bottom: 10px;
}
.adsearch-row .fundrange>div:after{
  content: "万";
  position: absolute;
  color: #999;
  margin-left: -25px;
}
.adsearch-row .fundrange>div>span{
  margin-right: 8px;
  color: #999;
}
.adsearch-row .fundrange input{
  width: 100px;
  display: inline-block;
  font-size: 12px;
  height: 24px;
  padding-left: 8px;
  padding-right: 25px;
}
.adsearch-row .fundrange>span{
  font-size: 14px;
  display: inline-block;
}
.adsearch-row .fundrange>span:hover{
  color: #128bed;
}

.adsearch-row .insuredrange{
  padding: 15px;
  color: #333;
  width: 152px;
}
.adsearch-row .insuredrange>div{
  margin-bottom: 10px;
}
.adsearch-row .insuredrange>div:after{
  content: "人";
  position: absolute;
  color: #999;
  margin-left: -25px;
}
.adsearch-row .insuredrange>div>span{
  margin-right: 8px;
  color: #999;
}
.adsearch-row .insuredrange input{
  width: 100px;
  display: inline-block;
  font-size: 12px;
  height: 24px;
  padding-left: 8px;
  padding-right: 25px;
}
.adsearch-row .insuredrange>span{
  font-size: 14px;
  display: inline-block;
}
.adsearch-row .insuredrange>span:hover{
  color: #128bed;
}

.adsearch-row .pills .searchkey{
  margin-top: -3px;
  width: 386px;
}
.adsearch-row .pills{
  padding-left: 78px;
}
.adsearch-row .pills-header{
  width: 78px;
  margin: 3px 0px 0px -78px;
}

.adsearch-plist .name{
  font-size: 14px;
  color: #999;
  display: inline-block;
  padding: 0px 6px;
  margin: 0px -6px;
  word-break: break-all;
}

.adsearch-plist .time{
  font-size: 12px;
  color: #999;
}
.adsearch-plist .edit,.adsearch-plist .delete{
    background: url(/material/theme/chacha/cms/v2/images/icon_ca@2x.png?t=2) no-repeat;
    background-size: 144px 96px;
    width: 24px;
    height: 24px;
    display: inline-block;
    margin-left: 5px;
    cursor: pointer;
}
.adsearch-plist .edit{
  background-position: 0px -72px;
}
.adsearch-plist .delete{
  background-position: -24px -72px;
}
.adsearch-plist .edit:hover{
  background-position: -48px -72px;
}
.adsearch-plist .delete:hover{
  background-position: -72px -72px;
}
.adsearch-plist .list-group-item:hover{
  background: #F5F9FF;
}
.adsearch-plist .list-group-item:hover .name{
  color: #128bed;
}
.adsearch-bottom{
  height: 64px;
  background: #fff;
  border-top: solid 1px #eee;
  padding-top: 15px;
  margin-bottom: -50px;
}
.adsearch-bottom.fixed{
  position: fixed;
  bottom: 0px;
  left: 0px;
  right: 0px;
  z-index: 10;
  margin-bottom: 0px;
}
.adsearch-bottom .smultitext{
  line-height: 34px;font-size: 16px;
  float: left;
}
.adsearch-bottom .stext{
  line-height: 34px;font-size: 16px;
  float: left;
  display: none;
}
.adsearch-bottom .btn{
    width: 82px;
}
.adsearch-row .searchkey.error:focus{
  border-color: #FD485E;
}

.adsearch-row .adsearch-main{
    float: left;
    width: 100%;
    padding: 0px 15px;
}

.adsearch-row .adsearch-right{
    display: none;
}
.adsearch-row.has-plist .adsearch-main{
    width: 945px;
}

.adsearch-row.has-plist .adsearch-right{
    display: block;
    float: left;
    width: 290px;
}

/*企业动态*/
.post-cell{
  padding: 15px;
  background: #fff;
  border:solid 1px #eee;
  margin-bottom: 10px;
}
.post-cell .headimg{
  width: 45px;
  float: left;
}
.post-cell .headimg>img{
  width: 100%;
}
.post-cell .vip{
    position: relative;
    background: url(../images/header_vip3.png);
    background-size: 19px 20px;
    height: 19px;
    width: 20px;
    right: -32px;
    top: -16px;
}
.post-cell .content{
  float: left;
  width: 788px;
  margin-left: 12px;
}
.post-cell .uname{
  font-size: 16px;
  color: #333;
  font-weight: 600;
}
.post-cell .title{
  font-size: 16px;
  color: #333;
  font-weight: 600;
}
.post-cell .time{
  font-size: 12px;
  color: #666;
  margin-top: -3px;
  margin-bottom: 10px;
}
.post-cell .from{
    color: #444;
    margin-left: 15px;
}
.post-cell .text{
  color: #333333;
  font-size: 14px;
  margin-bottom: 15px;
  line-height: 21px;
}
.post-cell .text>a{
  color: #128bed;
}
.post-cell .text>com{
  color: #128bed;
  cursor: pointer;
  padding-left: 12px;
  margin-right: 3px;
}
.post-cell .text>com:before{
  content: " ";
  position: relative;
  display: inline-block;
  width: 18px;
  height: 15px;
  background: url(../images/icon_company.png);
  background-size: 18px 15px;
  top: 2px;
  left: -4px;
  
}
.post-cell .link{
  display: block;
  width: 500px;
  background: #eee;
  padding: 10px;
  margin-bottom: 12px;
  overflow:hidden;
  text-overflow:ellipsis;
  white-space:nowrap;
}
.post-cell .link>img{
  width: 42px;
  max-height: 42px;
}

.post-cell .link>span{
  color: #333;
  font-size: 14px;
  margin-left: 10px;
  line-height: 42px;
}

.post-cell .img{
  margin-bottom: 12px;
}

.post-cell .imagedan{
  display: block;
  width: 280px;
  height: 210px;
  overflow: hidden;
  border:solid 1px #f8f8f8;
}
.post-cell .imagedan>img{
  width: 100%;
}

.post-cell .imageduo{
  display: inline-block;
  width: 110px;
  height: 110px;
  overflow: hidden;
  border:solid 1px #f8f8f8;
  margin-right: 4px;
  margin-bottom: 4px;
}
.post-cell .imageduo>img{
  width: 100%;
  vertical-align: top;
}
.post-cell .reader{
  font-size: 12px;
  color: #999;
}
.post-cell .share{
  float: right;
}
.post-cell .share-wx{
  display: inline-block;
  width: 24px;
  height: 24px;
  background: url('../images/share_wx1.png');
  background-size: 24px 24px;
}
.post-cell .share-wx:hover{
  background-image: url('../images/share_wx2.png');
}
.post-cell .share-wb{
  display: inline-block;
  width: 24px;
  height: 24px;
  background: url('../images/share_wb1.png');
  background-size: 24px 24px;
}
.post-cell .share-wb:hover{
  background-image: url('../images/share_wb2.png');
}
.post-loadmore{
  background: #F5F9FF;
  color: #128bed;
  text-align: center;
  padding: 6px;
}
.post-loadmore img{
  width: 28px;
  margin-right: 10px;
}
/*企业动态*/

.company-certinfo>div{
    height: 54px;
    margin-bottom: 13px;
}
.risk-qingbao .qingbao-panel, .risk-qingbao .risk-panel,.risk-qingbao .rwtp-panel{
    float: left;
    width: 50%;
}
.risk-qingbao .qingbao-panel,.risk-qingbao .rwtp-panel{
    margin-left: -1px;
}

.risk-qingbao .risk-panel{
    padding-right: 6px;
}
.risk-qingbao .btn{
    width: auto !important;
    font-size: 16px !important;
    margin-right: 5px !important;
    background: none;
    border:none;
    padding-left: 0px;
    padding-right: 0px;
    outline: none;
}
.risk-qingbao .btn:active{
    box-shadow: none;
}
.risk-qingbao .btn:hover{
    opacity: 0.85;
}

.risk-qingbao .risk-panel .btn{
    color: #FD485E !important;
}

.risk-qingbao .qingbao-panel .btn{
    color: #128bed !important;
}

.risk-qingbao .rwtp-panel .btn{
    color: #F5A623 !important;
}


.risk-qingbao .risk-panel .tooltip{
    margin-left: 210px;
}
.risk-qingbao .risk-panel .tl,.risk-qingbao .rwtp-panel .tl{
    width: 380px;
}
.risk-qingbao .risk-panel .tl>a,.risk-qingbao .risk-panel .tl>span,.risk-qingbao .rwtp-panel .tl>a{
    margin-left: 15px;
    min-width: 100px;
    font-size: 15px;
}

.qingbao-panel{
    padding: 12px 15px 12px 26px; 
    background: #fff;
    position: relative;
}
.qingbao-panel:before{
    content: " ";
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 130px;
    width: 1px;
    background: #F0F0F0;
}

.qingbao-scrollinfo{
    position: absolute;
    height: 56px;
    top: 0px;
    left:140px;
    right: 100px;
    overflow: hidden;
}
.qingbao-scrollinfo .item{
    display: block;
    height: 56px;
    line-height: 56px;
    font-size: 15px;
    position: absolute;
    transition: transform 0.3s;
}
.qingbao-scrollinfo .item:not(:first-child){
    transform: translateY(100%);
}
.qingbao-panel img{
    width: 80px;
    display: inline-block;
}
.qingbao-panel>a,.qingbao-panel>span{
    font-size: 16px;
    color: #222;
    line-height: 28px;
}
.qingbao-panel .btn{
    font-size: 12px;
    line-height: 18px;
    width: 98px;
    margin-right: 10px;
    padding-top: 4px;
    padding-bottom: 4px;
}
/*人物图谱*/
.rwtp-panel{
    padding: 12px 15px 12px 26px; 
    background: #fff;

    position: relative;
}
.rwtp-panel:before{
    content: " ";
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 130px;
    width: 1px;
    background: #F0F0F0;
}
.rwtp-panel img{
    width: 80px;
    display: inline-block;
}
.rwtp-panel .tl{
    display: inline-block;
    margin-left: 25px;
    width: 600px;
    font-size: 16px;
}
.rwtp-panel>a,.rwtp-panel>span{
    font-size: 16px;
    color: #222;
    line-height: 28px;
}
.rwtp-panel .tl>a{
    display: inline-block;
    margin-left: 20px;
}
.rwtp-panel .tl>a:hover{
    color: #128bed;
}
.rwtp-panel .btn{
    font-size: 12px;
    line-height: 18px;
    
    width: 98px;
    margin-right: 10px;
    padding-top: 4px;
    padding-bottom: 4px;
}

.company-centbar{
    height: 58px;
    margin-bottom: 13px;
    background:#fff;
    border: solid 1px #eee;
}
.company-centbar>.bcell{
    float: left;
    width: 50%;
    height: 58px;
    position: relative;
    padding: 6px 10px;
    padding-left: 120px;
}
.company-centbar.ct-pos>.bcell{
    width: 100%;
}
.company-centbar .hcon{
    position: absolute;
    
    background-size: 80px 20px;
    background-repeat: no-repeat;
    background-position: center;
    width: 120px;
    height: 58px;
    left: 0px;
    top: 0px;
    border-right: solid 1px #eee;
    z-index: 2;
}
.company-centbar .hcon.fx{
    background-image: url(/material/theme/chacha/cms/v2/images/risk_title@2x.png);
}
.company-centbar .hcon.dt{
    background-image: url(/material/theme/chacha/cms/v2/images/qingbao_title@2x.png);
}
.company-centbar .hcon.dt2{
    background-image: url(/material/theme/chacha/cms/v2/images/qingbao_title2.png);
}
.company-centbar .hcon.tp{
    background-image: url(/material/theme/chacha/cms/v2/images/rwtp_title@2x.png);
}
.company-centbar>.bcell:not(:first-child){
    border-left: solid 1px #eee;
}
.company-centbar .cont{
    float: left;
}
.company-centbar .fx-tx{
    display: inline-block;
    width: 170px;
    text-align: center;
}
.company-centbar .fx-tx>.text-gray{
    font-size: 12px;
}
.company-centbar .fx-tx>.t{
    display: block;
    font-size: 15px;
    margin-bottom: -5px;
}
.company-centbar .fx2-tx{
    display: inline-block;
    width: 120px;
    text-align: center;
    padding: 8px 0px;
    padding-left: 10px;
}
.company-centbar .fx2-tx>.text-gray{
    font-size: 12px;
}
.company-centbar .fx2-tx>.t{
    display: block;
    font-size: 15px;
}
.company-centbar .dt-tx{
    font-size: 15px;
    line-height: 44px;
    padding-left: 30px;
}
.company-centbar .tp-tx{
    font-size: 14px;
    line-height: 44px;
    padding-left: 30px;
}
.company-centbar .m_question{
    margin-top: 10px;
    margin-left: 10px;
}
.company-centbar .btn{
    float: right;
    margin-top: 6px;
    font-size: 12px;
}

/*风险扫描*/
.risk-panel{
    padding: 12px 15px 12px 26px; 
    background: #fff;
    position: relative;
    
}
.risk-panel:before{
    content: " ";
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 130px;
    width: 1px;
    background: #F0F0F0;
}


.risk-panel img{
    width: 80px;
    display: inline-block;
}
.risk-panel .tl{
    display: inline-block;
    margin-left: 25px;
    width: 600px;
    font-size: 16px;
}
.risk-panel .tl>span,.risk-panel .tl>a{
    display: inline-block;
    margin-left: 20px;
}
.risk-panel .tl>a:hover{
    color: #128bed;
}
.risk-panel .btn{
    font-size: 12px;
    line-height: 18px;
    width: 98px;
    margin-right: 10px;
    padding-top: 4px;
    padding-bottom: 4px;
}
.risk-panel .tooltip{
    z-index: 2000;
    margin-left: -180px;
}
.risk-panel .tooltip-inner{
    width: 410px;
    max-width: 410px;
}
.risk-panel .i-question{
    color: #999 !important;
}
.risk-panel  .m-lx{
    margin-left: 45px;
}

/*风险扫描*/
.risk-sell{
  padding: 12px 120px 12px 15px;
  background: #fff;
  color: #666;
}
.risk-sell:not(:last-child){
  border-bottom: solid 1px #eee;
}
.risk-sell>a.pull-right{
  margin-right: -80px;
}
.risk-sell .tabbtn{
  font-weight: 500;
  border-radius: 2px;
  display: inline-block;
  padding: 6px 12px;
  cursor: pointer;
}
.risk-sell:not(.risk-sell-t):hover{
    /*color: #128bed;*/
    /*background: #f1f9fe;*/
    cursor: pointer;
}
/*.risk-sell:hover>a:not(.pull-right){
    color: #000;
}*/
.risk-sell .btn-primary{
    cursor: default;
}
.risk-sell .btn-primary:hover{
    background: #128bed!important;
    border-color:#128bed!important;
}
.risk-danger,.risk-warning,.risk-primary{
    display: inline-block;
    background-size: 60px 20px;
    width: 60px;height: 20px;
    position: relative;
    top: 3px;
}
.risk-danger{
    background-image: url('../images/risk_danger.png');
}
.risk-warning{
    background-image: url('../images/risk_warning.png');
}
.risk-primary{
    background-image: url('../images/risk_primary.png');
}

.risk-modal{
  width: 1000px;
  height: 600px;
  overflow: hidden;
  
}
.risk-modal .modal-content{
  position: absolute;
  width: 100%;
  border:none;
  box-shadow: none;
  transition: all 0.5s;
}
.risk-modal .fa{
  float: left;
  font-size: 20px;
  margin-top: 2px;
  padding-left: 3px;
  padding-right: 12px;
  color: #128bed;
}
.risk-modal-detail, .dynamic-modal-detail{
  margin-left: 100%;
}
.risk-modal .modal-body{
  height: 500px;
  overflow-y: auto;
}

.risk-modal .tcaption{
  font-size: 14px;
  margin-top: -20px;
  margin-bottom: 12px;
  color: #000;
}
.risk-loading{
  padding-top: 80px;
  background: #fff;
  border:solid 1px #eee;
  text-align: center;
}
.risk-modal-load{
  padding-top: 20%;
  background: #fff;
  text-align: center;
}

@media (min-height: 768px) {
  .risk-modal{height: 720px}
  .risk-modal .modal-body{height: 660px;}
}
.base-report{
    width: 210px;
    float: left;
    margin-right: 15px;
}
.base-report:last-child{
    margin-right: 0px;
}
.base-report .icon-filetext{
    display: inline-block;
    width: 16px;
    height: 20px;
    background:url('../images/icon_filetext.png');
    background-size: 16px 20px;
    position: relative;
    top: 5px;
    left:15px;
}
.news-list-img{
    width: 140px;height: 88px;text-align: center;
    overflow: hidden;
}
.news-list-img img{
    width: 140px;height: auto;
}
.news-impact{
    position: relative;
    background: #E7F3FD;
    padding: 2px 8px;
    border-radius: 2px;
    margin-right: 5px;
    text-align: center;
    color: #128bed;
    display: inline-block;
    margin-bottom: 5px;
    line-height: 22px;
}
.news-impact.danger{
    background: #FFF1F3;
    color: #FD485E;
}
.news-impact.default{
    background: #F4F4F4;
    color: #999;
}
.news-impact-title{
    padding-left: 54px;
}
.news-impact-title .news-impact{
    margin-left: -54px;
}
.news-tag{
    position: relative;
    top: 10px;
}
.news-tag>span{
    margin-right: 10px;
    font-size: 12px;
}
.news-fa{
    margin-bottom: 10px;
}
.news-fa .news-tag{
    float: left;
}
.news-content{
    color: #666;
    font-size: 14px;
}
.news-content.onel{
    white-space: nowrap;
    word-break: keep-all;
    text-overflow: ellipsis;
    overflow: hidden;
    width: 885px;
}
.news-relatcom{
    margin-top: 8px;
    padding-top: 10px;
    border-top: solid 1px #eee;
    color: #666;
    font-size: 14px;
}
.ntable-list .news-na .title{
    font-size: 18px;
    margin-top: 2px;
}
.text-overflow3{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}
.text-overflow1{
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
/*.news-na:hover .title{
    color: #128bed;
}*/
.news-ncontent{
    color: #666;
    margin-top: 8px;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-all;
    white-space: nowrap;
    width: 855px;
}
.news-rline{
    color: #999;
    margin-top: 8px;
}
.news-rline .f{
    margin-right: 25px;
}
.news-or{
    color: #999;
    margin-top: 7px;
}
.icon-new{
    position: absolute;
    width: 27px;
    height: 13px;
    background: url(../../images/website/comm/icon_new@2x.png);
    background-size: 27px 13px;
    z-index: 2;
}
.icon-new2{
    position: absolute;
    width: 27px;
    height: 13px;
    background: url(../../images/website/comm/icon_new2.png);
    background-size: 27px 13px;
    z-index: 2;
}

.icon-10000{
    position: absolute;
    width: 44px;
    height: 13px;
    background: url(../../images/website/comm/icon_10000.png);
    background-size: 44px 13px;
    z-index: 2;
}

.icon-time{
    position: relative;
    display: inline-block;
    width: 16px;
    height: 16px;
    margin-right: 5px;
    top: 3px;
    background: url(../../images/website/comm/icon_time.png);
    background-size: 16px 16px;
}

.icon-fav{
    position: relative;
    display: inline-block;
    width: 22px;
    height: 22px;
    margin-right: 2px;
    top: 6px;
    background: url(../../images/website/comm/icon_fav.png);
    background-size: 44px 22px;

}


/*筛选下拉*/
.sel-option > span{height:27px;}
.sel-option > ul{max-height: 300px;overflow-y: auto;}
.sel-option > span {padding: 2px 20px 2px 10px !important;}
.sel-option > span > span{display:inline-block;font-size:14px;text-overflow:ellipsis;overflow:hidden;max-width:85px;}
.sel-option > span > span.caret{display: inline-block; position: absolute; top: 12px;right:8px;}
.sel-option a{overflow: hidden;max-width:160px;white-space: normal !important; }

/*搜索栏*/
.sel-bar {border-bottom:#eeeeee 1px solid;}
.sel-bar .container{padding:10px 15px;height:56px;}
.sel-bar .top-search-nav{margin-top: 0px;border:none;}
.sel-bar .top-search-nav a{padding: 7px 5px 5px; float: left;margin-right:20px;color: #333; font-size: 15px;border:none;}
.sel-bar .top-search-nav a.active{font-weight: normal; border-bottom: 2px solid #0084FF;}
.sel-bar .input-group .form-control{width:517px;height:36px;}
.sel-bar .input-group .form-control:focus{border-color:#0084FF;}
.sel-bar .input-group .form-control.input-lg{padding: 10px 15px;padding-right: 35px;}
.sel-bar .input-group .input-group-btn{z-index: 3;right:60px;}
.sel-bar .input-group .input-group-btn button{height:36px;border:none;outline: none;}
.icon-search{background:url('../images/icon_search.png')no-repeat center;background-size: 20px 20px;}
.sel-bar ::-ms-clear,::-ms-reveal{display:none;}

.sel-list .panel,.ajaxlist .panel,.recommends .panel{box-shadow:none;margin-bottom:15px;}
.sel-list .panel-default,.ajaxlist .panel-default{border-color:#eeeeee;}
.sel-list .panel-default .list-group-item,.ajaxlist .panel-default .list-group-item{border:none;}
.sel-list .panel .name,.ajaxlist .panel .name{font-size:18px;}
.sel-list .panel small,.ajaxlist .panel small {
    font-size: 14px;
    color: #888;
}
.sel-list .panel .thumb-lg{width:130px;}
.sel-list .panel img{display:block;margin:0 auto;max-height: 90px;}

/*右侧推荐栏目*/
.recommends{padding-left:0px;}
.recommends .panel .panel-heading {height:50px;}
.recommends .panel .panel-heading span{color:#333;font-size:16px;}
.recommends .panel .panel-heading h2{color:#333;font-size:16px;margin-top:6px;font-weight:normal;}
.recommends .panel .list-group a{color:#666666;}
.recommends .panel .list-group a:hover{background: #f1f9fe;color: #128bed;}
.recommends .panel .list-group a:hover{background: #f1f9fe;color: #128bed;}

.relat-modal{
  width: 1000px;
  height: 600px;
  overflow: hidden;
}
.relat-modal .modal-content{
  position: absolute;
  width: 100%;
  border:none;
  box-shadow: none;
  transition: all 0.5s;
}
.relat-modal .fa{
  float: left;
  font-size: 20px;
  margin-top: 2px;
  padding-left: 3px;
  padding-right: 12px;
  color: #128bed;
}
.relat-modal-detail{
  margin-left: 100%;
}
.relat-modal .modal-body{
  height: 500px;
  overflow-y: auto;
}
.relat-modal .title{
  font-size: 18px;
  color: #000;
  margin-top: 40px;
}
.relat-modal .tcaption{
  font-size: 16px;
  color: #666;
}
.relat-loading{
  padding-top: 80px;
  background: #fff;
  border:solid 1px #eee;
  text-align: center;
}
.relat-modal-load{
  padding-top: 20%;
  background: #fff;
  text-align: center;
}
.relat-modal-detail .tcaption{
    padding-top: 0px;
    margin-bottom: 18px;
}
@media (min-height: 768px) {
  .relat-modal{height: 720px}
  .relat-modal .modal-body{height: 660px;}
}

.wenshu-view>div{
    color: #333;
    font-size: 15px !important;
    line-height: 1.5 !important;
}

.wenshu-view a{
    color: #128bed !important;
}

/*列式搜索样式*/
.append-box{
    padding:15px;
}
.append-box .appendSpan{
    border:solid 1px #128bed;
    padding: 5px;
    margin-left: 10px;
    color: #128bed;
    cursor: pointer;
    font-size: 12px;
}
.append-box .appendSpan:after{
    content: "X";
    margin: 5px 5px 0px 5px;
}
.append-box .clearSpan{
    float: right;
    color: #128bed;
    margin-top: 3px;
}
.choose-box{
    padding: 5px 15px 5px 15px;
}
.choose-box .pills-header{
    font-size: 14px;
    color: #9a9a9a;
}
.choose-box .pills{
    margin-bottom: 10px;
    margin-top: 10px;
}
.choose-box .pills-more{
    cursor: pointer;
}
.choose-box .pills-more:hover{
    color: #128bed;
}
.append-box-bdashed{
    border-bottom: 1px dashed rgb(204, 204, 204);
}
.panel-heading-n{
    padding: 0px 15px;
    height: 58px;
    line-height: 58px;  
}
.panel-heading-m{
    padding: 0px 15px;
    height: 46px;
    line-height: 46px;
    background: #fcfcfc;
}
.panel-heading-m>span{
    color: #333;
}
.panel-heading-n>span{
    color: #333;
}
.panel-heading-n h1{
    display: inline;
    font-size: 15px;
    font-weight: normal;
}
.proinv-scroll{
    transition: all 0.3s;
}
.proinv-scroll-btn{
    position: absolute;
    top: 100px;
    width: 14px;
    height: 46px;
    background-size: 14px 46px;
    z-index: 2;
    -webkit-user-select: none;
    user-select: none;
}
.proinv-scroll-btn.prev{
    left: 25px;
    background-image: url(../images/barrow_prev.png);
}
.proinv-scroll-btn.next{
    right: 10px;
    background-image: url(../images/barrow_next.png);
}
.proinv-scroll-btn.prev.disable{
    background-image: url(../images/darrow_prev.png);
    cursor: no-drop;
}
.proinv-scroll-btn.next.disable{
    background-image: url(../images/darrow_next.png);
    cursor: no-drop;
}
.proinv-wrap{
    height: 140px;
    width: 353px;
    border: solid 1px #eeeeee;
    margin-left: 15px;
    float: left;
    padding: 15px 10px 15px 15px;
    text-align: left;
    margin-bottom: 15px;
}
.proinv-wrap:hover{
    background: #F3F9FE;
}
.proinv-head{
    width: 54px;
    height: 54px;
    display: table-cell;
    vertical-align: middle;
    padding-top: 6px;
}
.proinv-head img{
    width: 54px;
    height: auto;
    border-radius: 6px;
    max-height: 54px;
}
.proinv-name{
    font-size: 20px;
    color: #000;
    cursor: pointer;
    color: #128bed;
    line-height: 32px;
    position: relative;
    height: 32px;
    margin-bottom: 8px;
}
.proinv-name .name{
    text-overflow:ellipsis;
    white-space:nowrap;
    overflow: hidden;
    max-width: 180px;
    display: inline-block;
    position: relative;
    top: 5px;
    
}
.proinv-name .ntag{
    position: absolute;
    top: 10px;
    margin-left: 5px;
}

.proinv-status{
    padding: 3px 10px;
    font-size: 12px;
    color: #128bed;
    border:solid 1px #128bed;
    border-radius: 2px;
    position: relative;
    top: -5px;
    left: 6px;
    background: #fff;
    
}
.proinv-name em{
    color: #FD485E;
}
.proinv-desc{
    position: relative;
    color: #333;
    line-height: 1.3;
    font-size: 14px;
    height: 36px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.proinv-desc .more{
    position: absolute;
    right: 0px;
    bottom: 0px;
    background: #fff;
}
.prvinv-mengban{
    width: 40px;
    height: 164px;
    position: absolute;
    background:url(../images/proinv_mengban.png);
    right: 1px;
    top: 50px;
}
.proinv-wrap .col-xs-2, .proinv-wrap .col-xs-10{
  padding: 0px;
}


.proinv-wrap.boss-list.com{
    height: 188px;
}

.proinv-wrap.boss-list.com .boss-name2{
    font-size: 20px;
    color: #222;
    cursor: pointer;
}
.proinv-wrap.boss-list.com .boss-name2 .ntag{
    position: relative;
    top: -3px;
    left: 5px;
}

/*网站认证*/
.webauth-top{
    height: 377px;
    background: url(../images/webauth_top.png) center;
}
.webauth-top .title{
    float: left;
    width: 576px;
    padding-top: 35px;
    margin-left: 60px; 

}
.webauth-top .title>img{
    width: 100%;
}

.webauth-top .form{
    float: left;
    width: 400px;
    padding-top: 50px;
    margin-left: 100px;
}
.webauth-top .form input{
    height: 38px;
    width: 320px;
    font-size: 14px;
}
.webauth-top .form .formh{
    font-size: 16px;
    line-height: 38px;
}
.webauth-top .form .col-xs-4{
    padding-right: 0px;
}
.webauth-top .form .subbtn{
    float: right;
    background: #07ADA5 !important;
    margin-right: -47px;
    border:none;
    outline: none;
}
.webauth-top .form .subbtn:hover{
    opacity: .8;
}
.webauth-top .form .m_split{
    position: absolute;
    right: -40px;
    margin-top: -46px;
}
.webauth-wrap {
    text-align: center;
    margin-top: 50px;
    margin-bottom: 50px;
}

.webauth-wrap h2{
    color: #128bed;
}
.webauth-wrap p{
    color: #333;
    margin-top: 20px;
}
.webauth-wrap img{
    width: 1100px;
    margin-top: 30px;
}
.icon-safe{
    display: inline-block;
    width: 24px;
    height: 24px;
    background-size: 24px 24px;
    background-image: url(../../images/website/icon_safe2.png);
}
.icon-nsafe{
    display: inline-block;
    width: 24px;
    height: 24px;
    background-size: 24px 24px;
    background-image: url(../../images/website/icon_safe2.png);
}
.icon_start1{
    display: inline-block;
    width: 12px;
    height: 11px;
    background-size: 12px 11px;
    background-image: url(../../images/website/icon_start1.png);
}
.icon_start0{
    display: inline-block;
    width: 12px;
    height: 11px;
    background-size: 12px 11px;
    background-image: url(../../images/website/icon_start0.png);
}
.webauth-i{
    cursor: pointer;
    width: 32px;
    height: 32px;
    background-repeat: no-repeat;

}
.webauth-i:hover .webauth-template{
    display: block;
}
.webauth-template{
    display: none;
    position: absolute;
    border: 1px solid rgba(0,0,0,.2);
    font-size: 12px;
    padding: 6px 10px;
    line-height: 18px;
    box-shadow: 0 2px 4px rgba(0,0,0,.2);
    color: #333;
    border-radius: 2px;
    background: #fff;
    z-index: 100;
    max-width: 393px;
    margin-top: 25px;
    margin-left: 25px;
    width: 393px;
    height: 194px;
    font-style: normal;
}
.webauth-template .col-left{
    float: left;
    width: 240px;
}
.webauth-template .col-left>div{
    margin-top: 6px;
    margin-bottom: 6px;
    color: #222;
}
.webauth-template .col-left>div>span{
    color: #444;
}
.webauth-template .name{
    font-size: 14px !important;
    color: #000;
    font-weight: 600;
    margin-bottom: 10px;
}
.webauth-template .webauth-gwtb{
    float: right;
    width: 100px;
    margin-top: 10px;
    margin-right: 5px;
    text-align: center;
}
.webauth-template .webauth-gwtb>img{
    width: 100%;
}
.webauth-template .webauth-gwtb>span{
    line-height: 30px;
    color: #999 !important;
}
.webauth-template .des{
    color: #999;
    margin-top: 4px;
    margin-bottom: 20px;
}
.webauth-template .bottom{
    background: #F7F7F7;
    padding: 6px 10px;
    margin: -6px -10px;
}

.btn-nrenzheng{
    display: inline-block;
    position: relative;
    z-index: 5;
    background-image: url(../../images/website/btn_nrenzheng2.png);
    background-size: 84px 26px;
    width: 84px;
    height: 26px;
    top: 5px;
}
.cert-header{
    height: 300px;
    background-image: url(../images/qccrz_bg1.png);
    background-size: 1920px 300px;
    background-position: center;
    text-align: center;
    padding:38px;
}
.cert-header h1{
    font-size: 48px;
    color: #fff;
    letter-spacing: 15px;
    margin-top: 10px;
    margin-bottom: 30px;
}
.cert-header img{
    width: 769px;
}
.cert-headern .container{
    padding: 0px;
}
.cert-headern{
    margin-top: 13px;
    margin-bottom: 15px;
}
.cert-headern img{
    display: block;
    width: 100%;
}
.cert-content{
  background: #fff;
}
.cert-content-left{
    position: absolute;
    width: 266px;
    padding-top: 40px;
}
.cert-nav-step{
    height: 200px;
    width: 266px;
    line-height: 200px;
    text-align: center;
    border-right: solid 1px #eee;
    font-size: 16px;
}
.cert-nav-step>span{
    display: inline-block;
    font-size: 12px;
    width: 20px;
    height: 20px;
    text-align: center;
    color: #999;
    border:solid 1px #999;
    border-radius: 50%;
    line-height: 20px;
    margin-right: 10px;
    position: relative;
    top: -1px;
}
.cert-nav-step3{
    height: 160px;
}
.cert-nav-step.active{
    color: #128bed;
    border-color: #128bed;
}
.cert-nav-step.active>span{
    color: #128bed;
    border-color: #128bed;
}
.cert-step2{
    padding-left: 80px;
}
.cert-step2 .submit-btn{
    border-top: solid 1px #eee;
    width: 950px;
    padding-top: 20px;
    margin-top: 20px;
}
.cert-step2 .submit-btn>a{
    float: right;
    width: 90px;
}
.cert-step-ts{
    width: 773px;
    background: #F3FAF0;
    padding: 10px;
    padding-left: 58px;
    margin-top: 20px;
    position: relative;
}
.cert-step-ts>img{
    position: absolute;
    width: 24px;
    left: 20px;
}
.cert-step-ts .title{
    color: #333;
    font-weight: 600;
}
.cert-step-ts .subtitle{
    font-size: 12px;
    color: #666;
}
.cert-step-table{
    margin-top: 30px;
}
.cert-step-table label{
    font-size: 16px;
    color: #222;
}
.cert-step-table .price{
    font-weight: normal;
    margin-left: 20px;
    margin-bottom: 20px;
}
.cert-step-table td{
    vertical-align: top;
}
.cert-step-table td>div{
    margin-bottom: 15px;
    color: #666;
}

.cert-step-table .demotd .demoimg{
    position: absolute;
    margin-left: 160px;
    margin-top: -270px;
    background: #fff;
    box-shadow: 0 2px 10px rgba(0,0,0,0.25);
    padding: 20px;
    border-radius: 4px;
    z-index: 15;
    display: none;
}
.cert-step-table .demotd.left .demoimg{
    margin-left: -400px;
}

.cert-step-table .demotd .demoimg>img{
    width: 350px;
}
.cert-step-table .demotd .demoimg>.title{
    color: #128bed;
    font-size: 18px;
}
.cert-step-table .demotd .demoimg>p{
    color: #999;
    font-size: 14px;
    width: 350px;
}
.cert-step-table .demotd{
    cursor: pointer;
}
.cert-step-table .demotd:hover{
    color: #128bed;
}
.cert-step-table .demotd span:hover+.demoimg{
    display: block;
}


.cert-content-right{
    height: 640px;
    margin-left: 50px;
}
.cert-content-right .cert-forms{
    margin-left: 235px;
    height: 535px;
}

.cert-qrcode-cover{
    position: absolute;
    width: 160px;
    height: 160px;
    top: 0px;
    left: 0px;
    background: rgba(255,255,255,0.8);
}
.cert-qrcode-cover .icon{
    width: 50px;
    height: 50px;
    margin: auto;
    background: url(../images/login_sao_success.png);
    background-size: 50px 50px;
    margin-top: 52px;
}
.certing{
    background: #fff;
    padding: 50px;
    min-height: 400px;
    text-align: center;
    font-size: 16px;
}
.certing a{
    color: #128bed;
}
.cert-forms .nc-container .nc_scale{
    width: auto;
}
.cert-forms .nc-container .nc_scale span{height:34px;}
.cert-forms .nc-container{
  width: 444px;
  margin-top: 5px;
}
.cert-gain{
    margin-top: 50px;
    text-align: center;
}
.cert-gain .banner{
    background: url(../images/qccrz_bg2.png) center;
    background-size: 1920px 210px;
    width: 100%;
    height: 210px;
    color: #fff;
}
.cert-gain .panel{
    padding-top: 30px;
    border:none;
}
.cert-gain img{
    display: block;
    width: 1100px;
    margin: auto;
}

/*网站流量分析*/
.flowanaly-head{
    background: #fff;
    position: relative;
    padding: 10px 20px 15px 20px;
}
.flowanaly-info{
    width: 800px;
    float: left;
}
.flowanaly-info td{
    padding: 6px 0px;
    line-height: 20px;
    font-size: 14px;
    color: #444;
}
.flowanaly-info .cval{
    color: #222;
}
.flowanaly-info td>img{
    width: 30px;
    max-height: 30px;
}

.flowanaly-info td>.name{
    color: #128bed;
    font-size: 22px;
    margin-left: 8px;
    line-height: 34px;
    display: inline-block;
    margin-bottom: 5px;
}
.flowanaly-info .range{
    font-size: 22px;
    color: #999;
    position: absolute;
    right: 20px;
    bottom: 15px;
}
.flowanaly-info .webauth-i{
    position: relative;
    top: 13px;
    left:10px;
}

.flowanaly-info .range2{
    font-size: 16px;
    color: #999;
    position: relative;
    top: 4px;
    
}
.flowanaly-info .webauth-template{
    
}
.flowanaly-info .remove-btn{
    background: url(../images/btn_close2@2x.png);
    background-size: 18px 18px;
    display: block;
    width: 18px;
    height: 18px;
    position: absolute;
    margin-top: -40px;
    margin-left: 18px;
}
.flowanaly-action{
    position: absolute;
    right: 20px;
    top: 30px;
}

.flowanaly-center{
    padding: 15px 15px;
    background: #fff;
}
.flowanaly-center .panel{
    border:none;
    box-shadow: none;
    position: relative;
}
.flowanaly-center .chart-panel{
    height: 678px;
    border:solid 1px #eee;
    margin-bottom: 30px;
    position: relative;
    padding: 20px 15px;
}
.flowanaly-center .watermark{
    position: absolute;
    top:70px;
    right: 20px;

}
.flowanaly-center .chart-main{
    width: 100%;
    height: 614px;
    margin-top: 22px;
}
.flowanaly-center .chart-time{
    position: absolute;
    color: #666;
    bottom: 20px;
    left: 400px;
}
.flowanaly-center .chart-time.center{
    left: 500px;
}
.flowanaly-center .chart-table{
    position: absolute;
    color: #333;
    right: 80px;
    top: 100px;
}
.flowanaly-center .chart-table caption{
    font-size: 16px;
    text-align: left;
    margin-bottom: 8px;
}
.flowanaly-center .tdrop{
    margin-top: -8px;
    display: none;
}

.flowanaly-nodata{
    height: 780px;
    padding: 150px;
    text-align: center;
    background: #fff;
    margin-bottom: -100px;
}
.flowanaly-nodata>p{
    color: #999;
    font-size: 16px;
    margin-top: 20px;
    margin-bottom: 15px;
}
/*批量查询样式*/
.batchlist-table{
    width:100%;margin: 0 auto;
   
}
.batchlist-table th{
    padding:10px 12px 10px 12px;
    font-weight: normal;
    color: #333;
    line-height: 19px;
    background: #F2F9FC;
    text-align: center !important;
}
.batchlist-table tr:first-child{
    border-bottom:#E4EEF6 1px solid;
}
.batchlist-table tr:not(:last-child){
    border-bottom:#E4EEF6 1px solid;
}
.batchlist-table tr.error>td{
  color: #FD485E;
}
.batchlist-table td{
    padding:5px 12px 5px 12px;word-break:break-all;font-size:14px;
    line-height: 19px;
    color: #666666;
    height: 53px;
}
.batchlist-table td{
    border-right: #E4EEF6 1px solid;
}
.batchlist-table{

}
.batchlist-table td a{
  color: #128bed;
}
.batchlist-table .sl2{
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}
.batchlist-table .edit{
  cursor: pointer;
  background: url(../images/icon_edit.png);
  width: 16px;
  height: 16px;
  display: inline-block;
  position: relative;top: 3px;left: 5px;
}
.batchlist .table-fixcol{
  float: left;
  width: 290px;
  
}
.batchlist .table-scrollcol{
  float: left;
  width: 898px;
  overflow-x: hidden;
}

/*首页滚动项*/

.company-sbar{
    background: #fff;
    position: relative;
    padding-top: 35px;
    padding-bottom: 32px;
}
.company-sbar-head{
    width: 100%; 
    padding: 10px 15px;
    position: absolute;
    top:0px;
}
.company-sbar-head>h2{
    float: left;
    font-size: 16px;
    font-weight: 600;
    margin:0px;
    line-height: 34px;
}
.company-sbar-head>a{
    float: right;
    color:#128bed;
    font-size: 14px;
    line-height: 30px;
}
.company-sbar-foot{
    width: 100%; 
    padding: 10px 15px 10px 35px;
    position: absolute;
    bottom:0px;
}
.company-sbar-foot .question{
    display: inline-block;
    width: 16px;
    height: 16px;
    background: url(../images/i_question_red.png);
    background-size: 16px 16px;
    position: relative;
    top:3px;
    right: 4px;
}
.company-sbar-foot .tooltip{
    margin-left: 120px;
    width: 300px;
}
.company-sbar-2col{
    position: relative;
}
.company-sbar-2col:before{
    content: " ";
    position: absolute;
    width: 1px;
    top:0px;
    bottom: 0px;
    left: 50%;
    background: #eeeeee;
    display: block;
    z-index: 10;
}
.company-sbar-2col .company-sbar{
    width: 50%;
    float: left;
}


.nqrcode-panel{
  width: 408px;
  height: 350px;
  background: #fff;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 20px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.nqrcode-panel .title{
  font-size: 18px;
  color: #333;
}
.nqrcode-panel .qrcodewrap{
  width: 180px;
  height: 180px;
  margin: 20px auto;
  position: relative;
}
.nqrcode-panel .qrcode{
  width: 180px;
  height: 180px;
  background: #fff;
  padding: 10px;
  border: solid 1px #D6D6D6;
  position: relative;
  -webkit-transition: margin-left .5s;
  -moz-transition: margin-left .5s;
  -o-transition: margin-left .5s;
  transition: margin-left .5s; 
}
.nqrcode-panel .qrcodets{
  height: 180px;
  display: block;
  position: absolute;
  top: 0px;
  right: -100px;
  opacity: 0;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}
.nqrcode-panel .qrcodewrap-hover:hover .qrcode{
  margin-left: -65px;
}
.nqrcode-panel .qrcodewrap-hover:hover .qrcodets{
  right: -70px;
  opacity: 1;
}
.nqrcode-panel .tip>span{
  width: 24px;
  height: 24px;
  display: inline-block;
  background: url(../images/login_icons.png);
  background-size: 72px 96px;
  background-position: 0px -48px;
  position: relative;
  top: 7px;
}

/*首页微信绑定弹框*/
.bindwx{
    height: 580px;
    background: url(../images/bindwx_modal.png);
    background-size: 580px 600px;
    padding: 15px 20px;
    text-align: center;
    border-radius: 6px;
}
.bindwx .qrcodewrap{
    width: 215px;
    margin: 165px auto;
}
.bindwx .qrcodewrap>.qrcode{
    width: 215px;
    height: 215px;
    position: relative;
}
.bindwx .qrcodewrap>.qrcode>img{
    width: 100%;
    height: 100%;
}


.utm-cobber{
    width: 700px;
    height: 490px;
    background: url(../images/utm_cobber_modal.png);
    background-size: 700px 490px;
    padding: 15px 20px;
    text-align: center;
    border-radius: 6px;
}
.utm-cobber .close{
    position: absolute;
    right: 15px;
    color: #F16457 !important;
}
.utm-cobber .btn{
    background: #F16457;
    border-color: #F16457;
    width: 150px;
    font-size: 20px;
    margin-top: 160px;
    border-radius: 4px;
}

.utm-cobber-back{
    width: 700px;
    height: 490px;
    background: url(../images/utm_cobber_back_modal.png);
    background-size: 700px 490px;
    padding: 15px 20px;
    text-align: center;
    border-radius: 6px;
}

.utm-cobber-back .close{
    position: absolute;
    right: 15px;
    color: #fff !important;
}
.utm-cobber-back .btn{
    background: #F16457;
    border-color: #F16457;
    width: 150px;
    font-size: 20px;
    margin-top: 275px;
    border-radius: 4px;
}
.redbag{
    position: absolute;
    display: inline-block;
    background: url(../images/redbag.gif);
    width: 26px;
    height: 26px;
    background-size: 26px 26px;
    right: -12px;
    top: 15px;
}


/*推荐下载APP*/
.recomend-app{
    display: block;
    height: 490px;
    background: url(../images/recomendapp_modal.png);
    background-size: 650px 490px;
    padding: 15px 20px;
    text-align: center;
    border-radius: 6px;
}


/*递名片*/
.postcard-tep2{
    display: none;
}

.seo{display: inline;}

/*热搜榜*/
.topsearch{
  background: #fff;
  padding-left: 7px;
  padding-right: 7px;
  padding-top: 8px;
  padding-bottom: 50px;


}
.topsearch .col{
  float: left;
  width: 397px;
  margin:7px 7px;
}
.topsearch-panel .head{
  text-align: center;
  height: 90px;
  line-height: 90px;
  background: #F3F9FE;
  border-bottom: 1px solid #eeeeee;
}
.topsearch-panel .head>img{
  width: 110px;
    margin-top: 27px;
}
.topsearch-list{
  margin-bottom: 0px;
}
.topsearch-list a{
  padding: 12px 15px;
  display: block;
}
.topsearch-list .title{
  font-size: 14px;
  color: #333;
}
.topsearch-list .titleimg{
    position: relative;
    top: -6px;
}
.topsearch-list .number{
  display: inline-block;
  width: 20px;
  height: 20px;
  border-radius: 6px;
  background: #eee;
  color: #666;
  font-size: 13px;
  text-align: center;
  line-height: 20px;
  margin-right: 12px;
}
.topsearch-list .numberimg1,.topsearch-list .numberimg2,.topsearch-list .numberimg3{
   background: url(../../images/website/topsearch_num.png);
   background-size: 72px 24px;
   width: 24px;
   height: 24px;
   display: inline-block;
   margin-right: 8px;
}
.topsearch-list .numberimg2{
    background-position: -24px 0px;
}
.topsearch-list .numberimg3{
    background-position: -48px 0px;
}
.topsearch-list .count{
  float: right;
  margin-top: 1px;
}
.topsearch-list a:hover{
  background: #fefefe;
}
.topsearch-list a:hover .title{
  color:#128bed;
}
.topsearch-link{
    position:relative;top:5px;left: 12px; 
    color: #fff !important;
    text-decoration: none !important;
    display: inline-block;
}

.top-search{
    margin-left: -8px;
    margin-right: -8px;
}
.top-search .col{
    float: left;
    width: 601px;
    margin:0px 8px;

}
.top-search-panel{
    background: #fff;
    border:solid 1px #eee;
    padding: 20px 15px;
}
.top-search-panel .topsearch-list{
    margin-bottom: 0px;
}
.top-search-panel .topsearch-list tr:hover{
    background: #fefefe;
}
.top-search-panel .topsearch-list a{
    padding: 0px;
}
.top-search-panel .topsearch-list td{
    height: 44px;
}
.top-search-panel .head{
    text-align: center;
    padding: 10px 0px;
}
.top-search-panel .head>img{
    width: 184px;
}
.top-search-panel .moretr{
    background: #F6F6F6;
    text-align: center;
}
.top-search-panel .moretr a{
    color: #999;
}
.top-search-panel .moretr:hover a{
    color: #128bed;
    background: transparent;
}

/*企业主页用户评论*/
.usercomment .list-group{
    max-height: 434px;
    overflow-y: auto;
    word-wrap:break-word;
}
.usercomment .head{
    padding-top: 2px;
    float: left;
    height: 30px;
    overflow: hidden;
}

.usercomment .vip{
    position: absolute;
    background: url(/material/theme/chacha/cms/pro/img/header_vip2.png);
    background-size: 14px 14px;
    height: 14px;
    width: 14px;  
    left: 35px;
    top:30px;
}
.usercomment .qyvip{
    position: absolute;
    background: url(/material/theme/chacha/cms/pro/img/header_vip3.png);
    background-size: 14px 14px;
    height: 14px;
    width: 14px;  
    left: 35px;
    top:30px;
}
.usercomment .head>img{
    height: 30px;
    width: 30px;
    border-radius: 50%;
}
.usercomment .title{
    float: left;
    margin-left: 10px;
    width: 200px;
    line-height: 1.4;
}
.usercomment .title .name{

}
.usercomment .title .time{
    font-size: 12px;
    color: #999;
}
.usercomment .content{
    margin-top: 12px;
    line-height: 1.6;
}
.usercomment .submit{
    padding: 10px 15px 12px 15px;
    box-shadow: 0 -1px 0 #eee;  
}
.usercomment .btn{
    outline: none;
}

.notice-right .title{
    font-size: 14px;
    text-overflow:ellipsis;
    white-space: nowrap;
    overflow: hidden;
    margin-bottom: 6px;
    font-weight: 600;
}
.notice-right .content{
    word-break: break-all;
}
.notice-right .time{
    font-size: 12px;
    color: #999;
    margin-bottom: 8px;
}
.notice-right  a.text-primary{
    display: inline-block;
}
.notice-right  a.text-primary:hover{
    background: none;
}

/*股权结构图内嵌*/
.guquan-section .guquan-tool{
    position: absolute;right: 20px;top: 5px;display: none;
}
.guquan-section a{
    color:#666;
    height: 34px;
    border: 1px solid #128bed;
    color: #128bed;
    background-color: #fff;
    font-size: 14px;
    padding: 0px 6px 0px 6px;
    display: inline-block;
    border-radius: 2px;
    position: relative;
    line-height: 24px;
}
.guquan-section a>span{
    display: inline-block;
}
.guquan-section .save,.guquan-section .screen{
    width: 24px;
    height: 24px;
    background: url(../images/tupu_tool_iconsx.png);
    margin-right: 3px;
    background-size: 48px 48px;
    margin-top: 4px;
}
.guquan-section .save{
    background-position: 0px -24px;
}
.guquan-section .screen{
    background-position: 0px 0px;
}
.guquan-section a:hover{
    background: #128bed;
    color: #fff !important;
}
.guquan-section a:hover .save{
    background-position: -24px -24px;
}
.guquan-section a:hover .screen{
    background-position: -24px 0px;
}
.guquan-section iframe{
    width: 100%;height: 418px;overflow:hidden;
    display: block;
}

.nlisted-title{
    font-size: 22px;
    color: #000;
    float: left;
    margin-top: 0px;
    margin-bottom: 0px;
    font-weight: 600;
}
.nlisted-timeinfo{
    color: #999;
    font-size: 20px;
    font-weight: 600;
    position: relative;
    line-height: 22px;
}
.nlisted-timeinfo.down{
    color: #7ED321
}
.nlisted-timeinfo.up{
    color: #FD485E
}
.nlisted-arrow{
    position: relative;
    font-size: 22px;
    top: -2px;
}

.report-message{
    position: relative;
    background: #DCEFFF;
    line-height: 36px;
    text-align: center;
    transition: all 0.5s;
    height: 36px;
    border-bottom: solid 1px #eeeeee;
}
.report-message .close{
    margin-top: 6px;
}
.report-message .text{
    position: absolute;
    width: 1220px;
}

.btn-blank{
    border:#128BED 1px solid;
    border-radius: 2px;
    color:#128bed !important;
    font-size:13px;
    height: 26px;line-height: 24px;
    font-weight: normal;
    display: inline-block;
    padding: 0px 7px;
    position: relative;top:-3px;left:2px;
    cursor:pointer;
}

.btn-jk{
    background: #F5A623;
    border:#F5A623 1px solid;
    border-radius: 2px;
    color:#ffffff !important;
    font-size:13px;
    height: 26px;line-height: 24px;
    font-weight: normal;
    display: inline-block;
    padding: 0px 7px;
    position: relative;top:-3px;
    cursor:pointer;
}
.btn-jk.ca_active{
    background: #128BED;
    border:#128BED 1px solid;
}
.btn-jk .icon{
    position: relative;
    top: 1px;
    left: -2px;
}

/*
.btn-blank:active{
    border:red 1px solid;
}*/
.savefp-tip{
    display: none;
    position: absolute;top:-10px;left:100px;z-index: 100;
    width:227px;height: 40px;
    background: url(../images/icon_fptip.png) no-repeat;
    background-size:227px 40px ;
}

.jk-tip .tooltip .tooltip-inner{
    width: 300px;
    line-height: 27px;
}

/*公司头部*/
.own-header{
    position: relative;
    margin-bottom: -2px;
    border: 1px solid #eeeeee;
    box-shadow: none;
    height: 266px;
    
}
.own-header>.row{
    padding: 0px;
    background-image: url(/material/theme/chacha/cms/v2/images/own_bg.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.own-header .cover{
    background: rgba(6,51,88,.6);
    height: 222px;
    padding: 24px 10px 10px 25px;
}

.own-header .logo{
    float: left;
    width: 102px;
    text-align: center;
    height: 102px;
    overflow: hidden;
    border-radius: 8px;
    
}
.own-header .imgkuang{
    width: 100px;
    height: 100px;
    display: table-cell;
    vertical-align:middle;
    border:solid 1px rgba(255,255,255,0.2);
    border-radius: 8px;
    background: #fff;
}

.own-header .imgkuang img{
    width: 100px;
    border-radius: 8px;
}
.own-header .content{
    float: left;
    width: 1020px;
    margin-left: 50px;
    font-size: 14px;
    color: #fff;
}
.own-header .content .row{
    margin-bottom: 10px;
}
.own-header .content a{
    color: #fff;
}
.own-header .content a.text-primary{
    color: #fff;
}
.own-header .content a:hover{
    color: #fff;
}

.own-header .title{
    font-size: 22px;
    color: #fff;
    letter-spacing: 0;
    font-weight: 600;
    width: 640px;
    line-height: 31px;
}
.own-header .title h1{
    margin-top:0px;
    margin-bottom:0px;
    display: inline;
    line-height: 31px;
    font-size:22px;
    color: #fff; 
    letter-spacing: 0; 
    font-weight: 600;
}
.own-header .content .row.title{
    margin-top: -2px;
    margin-bottom: 10px;
}
.own-header .dcontent{
    padding: 4px 10px;
    position: relative;
    background-image: url(/material/theme/chacha/cms/v2/images/own_bg_gs.png);
    background-size: 100% 100%;
    margin-left: -15px;
    margin-top: -2px;
    line-height: 2;
}
.own-header .dcontent>.row{
    margin:4px 0px;
}
.own-header .dcontent .dcert{
    position: absolute;
    right: 10px;
    top: 10px;
    font-size: 12px;
    color: rgba(255,255,255,.7);
}
.own-header .dcontent .dcert .text-warning{
    color: rgba(255,255,255,.8) !important;
}
.own-header .dcontent .dcert .text-warning:hover{
    color: #fff !important;
}
.own-header .company-visit{
    background-position: -100px 0px;
    color: #fff;
}
.own-header .company-visit-text{
    color: #fff;
}
.own-header .cvlu.webauth{
    padding-left: 20px;
}
.own-header .webauth-i{
    position: absolute;
    margin-left: -25px;
}
.own-header .webauth-template{
    
}
.own-header .webauth-template a{
    color: #128bed;
}
.own-header .fc{
    color: #fff;
    width: 350px;
    display: inline-block;
}
.own-header .fc.fcx{
    width: 150px;
}
.own-header .company-action{
    width: 500px;
    position: absolute;
    right: 10px;
    text-align: right;
    top: 18px;
}
.own-header .company-action .ext{
    position: absolute;
    margin-top: 2px;
    right: 10px;
}
.own-header .tags{
    position: relative;
    top: -4px;
    min-height: 20px;
}
.own-header .ntag{
    color: #fff !important;
    background: rgba(0,0,0,.3) !important;
    cursor: default;
}
.own-header .tags .qcc-cert{
    background-image: url(/material/theme/chacha/cms/v2/images/qcc_cert2.png);
    background-size: 88px 22px;
    background-position: center;
    height: 22px;
    font-weight: normal;
    display: inline-block;
    line-height: 14px;
    font-size: 12px;
    padding: 4px 8px 4px 8px;
    margin-right: 6px;
    border-radius: 2px;
    width: 88px;

} 
.own-header .btn-blank{
    border-color: #fff;
    color: #fff !important;
    background: transparent;
}
.own-header .btn-blank:hover{
    opacity: 0.8;
}
.own-header .c_iconDt2{
    background: rgba(0,0,0,.2);
    padding-right: 8px;
    color: #fff;
    padding-top: 1px;
}
.own-header .c_iconDt2:hover{
    opacity: 0.8;
}
.own-header .c_iconDt2:not(:last-child){
    margin-right: 4px;
}

.own-header .c_iconDt2.ca_contact span{background-position: -24px -24px;}
.own-header .c_iconDt2.ca_compare span{background-position: -47px -24px;}
.own-header .c_iconDt2.ca_focus span{background-position: -72px -24px;}
.own-header .c_iconDt2.ca_jk span{background-position: -192px -24px;}
.own-header .c_iconDt2.ca_jk.ca_active span{background-position: -216px -24px;}
.own-header .c_iconDt2.ca_card span{background-position: 0px -24px;}
.own-header .c_iconDt2.ca_focus.ca_active span{background-position: -96px -24px;}
.own-header .c_iconDt2.ca_chart span{background-position: -144px -24px;}
.own-header .c_iconDt2.ca_download span{background-position: -168px -24px;}
.m_bt_renke, .m_bt_renked, .m_bt_renkej {
    display: inline-block;
    background:url('../images/icon_ca3@2x.png') no-repeat;
    background-size: 240px 48px;
    height: 24px;
    width: 24px;
    position: relative;
    top: 6px;
    background-position: -120px -24px;
}
.m_bt_renked{
    background-position: -144px -24px;
}
.m_bt_renkej{
    background-position: -168px -24px;
}
.own-header .btn-nrenzheng{
    background-image: url(/material/theme/chacha/cms/v2/images/own_btn_nrenzheng.png);
}
.own-header .ntag+.tooltip .tooltip-inner{
    max-width: 250px;
}
.own-nosection{
    padding: 30px 80px;
    background: #FBFBFB;
    display: table-cell;
    vertical-align: middle;
    width: 885px;
}
.own-nosection img{
    display: inline-block;
    width: 362px;
    margin-right: 30px;

}
.own-nosection .tips{
    display: inline-block;
    vertical-align: middle;
}
.own-nosection .title{
    color: #999;
    font-size: 18px;
}
.own-nosection .text{
    color: #999;
    
}
.own-nosection a{
    color: #128bed;
}
.own-main .datalist{

}
.own-main .datalist .question{
    display: inline-block;
    width: 16px;
    height: 16px;
    background: url(../images/i_question_red.png);
    background-size: 16px 16px;
    position: relative;
    top: 3px;
    right: -4px;
}
.own-main .datalist .tooltip{
    margin-left: 120px;
    width: 300px;
}
.own-main .box-wrap{
    float: left;
    margin-right: 15px;
    margin-bottom: 15px;
}
.own-main .pcard-box{
  width: 286px;
  border-color: #E4EEF6;
}
.own-main .pcard-box .col-bd{
  
}
.own-main .ptable td{
    border-color: #E4EEF6;
}
.own-main pre, .nmodal pre{
    background: transparent;
    border:none;
    padding: 0px;
    margin: 0px;
    white-space: pre-wrap;
    font-size: 14px;
    font-family: "Microsoft YaHei",Arial;
    line-height: 1.6;
}
.own-modal{
    width: 650px !important;
}
.noticeModal .own-modal{
    width: 960px !important;
}
.own-modal .modal-body{
    padding: 15px;
}
.own-modal .bimg{
    width: 620px;
    height: 350px;
    overflow: hidden;
    margin-bottom: 15px;
    display: block;
    position: relative;
}
.own-modal .bimg>img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.own-modal .bimg .carousel img{
    width: 620px;
    height: 350px;
    object-fit: contain;
}
.own-modal .bimg .carousel .fa{
    font-size: 38px;
    margin-top: 150px;
}
.own-modal .bimg .carousel-indicators{
    bottom: 0px;

}
.own-modal .bimg .carousel-indicators li{
    margin-left: 3px;
    margin-right: 3px;
}
.own-modal .bimg .carousel-indicators .active{
    background-color: #fff;
}
.own-modal .bimg .watermark{
    position: absolute;
    width: 92px;
    height: 26px;
    background-image: url(../../images/watermark.png?v=1);
    right: 20px;
    bottom: 10px;
    
}
.own-modal .title{
    color: #333;
    text-align: center;
    margin-bottom: 25px;
}
.own-modal .title>h4{
    font-size: 18px;
    line-height: 1.4;
}
.own-modal .subtitle{
    font-size: 16px;
    color: #333;
}
.own-modal .desc{
    font-size: 14px;
    color: #666;
    margin-bottom: 10px;
    word-break: keep-all;
    word-wrap: break-word;
}
.own-modal .page-box .title{
    font-size: 18px;
    color: #333;
    text-align: left;
    margin-bottom: 5px;
}
.own-modal .page-box .title>h4{
    margin-top: 4px;
    margin-bottom: 5px;
}
.own-modal .page-box .time{
    color: #666;
    margin-bottom: 5px;
}
.own-modal .page-box .img{
    text-align: center;
    margin-bottom: 15px;
}
.own-modal .page-box .img>img{
    max-width: 100%;
}
.own-switch{
    position: absolute;
    left: -1px;
    top: -8px;
}
.own-switch.fixed{
    position: fixed;
    left: auto;
    z-index: 100;
    display: none;
    top: 50px;
}
.own-switch>a{
    display: block;
    background-image: url(../../images/website/own_switch.png);
    background-size: 48px 520px;
    width: 48px;
    height: 130px;
    padding-top: 28px;
    padding-left: 20px;
    position: absolute;
    z-index: 1;
    right: 0px;
    transform: scale(0.8);
    transform-origin: right top;
    transition: transform .2s;
    
}
.own-switch>a .zi{
    width: 20px;
    text-align: center;
    font-size: 15px;
    line-height: 1.3;
    font-weight: 600;
}
.own-switch>a.active{
    transform: scale(1);
    z-index: 2;
}
.own-switch>a:not(.active):hover{
    transform: scale(0.9);
}
.own-switch .own-switchback{
    background-position: 0px 130px;
    color: #128bed;
    top: 0px;
    
}
.own-switch .own-switchto{
    margin-top: -35px;
    background-position: 0px 0px;
    color: #E4930F;
    top: 140px;
    padding-top: 20px;
}
.own-switch .own-switchback.active{
    top: -2px;
    background-position: 0px 390px;
    color: #fff;
}
.own-switch .own-switchto.active{
    margin-top: -55px;
    right: -1px;
    background-position: 0px 260px;
    color: #fff;
    
}
.own-switch .own-switchto .count{
    font-size: 12px;
    position: absolute;
    width: 35px;
    text-align: center;
    left: 13px;
    bottom: 9px;
    color: #E4930F;
    font-weight: 600;
}
.own-switch .own-switchto.active .count{
    left: 14px;
    color: #fff;
    font-weight: normal;
}
/*品牌主页品牌排行*/
.own-brand .list-group-item{
    padding: 15px 8px 15px 15px;
    border-radius: 0px;

}
.own-brand .list-group-item:hover{
    background: none !important;
}
.own-brand .cell-ft{
    display: table-cell;
    vertical-align: middle;
    padding-bottom: 10px;
}
.own-brand .cell-bd{
    display: table-cell;
    vertical-align: middle;
    padding-left: 12px;
}
.own-brand .img{
    width: 54px;
    height: 54px;
    display: table-cell;
    vertical-align: middle;
    border: solid 1px #eee;
    border-radius: 6px;
}
.own-brand .img>img{
    width: 54px;
    height: auto;
    border-radius: 6px;
    max-height: 54px;
}
.own-brand .name{
    line-height: 1.2;
    margin-bottom: 6px;
}
.own-brand .renke{
    height: 22px;
    line-height: 22px;
    font-size: 12px;
    display: inline-block;
    background: #FFF7E9;
    color: #F5A623;
    padding: 0px 10px 0px 30px;
    position: relative;
}
.own-brand .renke .m_bt_renkej{
    position: absolute;
    top: -2px;
    left: 4px;
}


.relattag-item{
    display: inline-block;
    min-width: 42px;
    background: #EAF2FF;
    color: #128bed;
    font-size: 12px;
    padding: 2px 6px;
    margin-right: 8px;
    margin-top: 4px;
    margin-bottom: 4px;
    border-radius: 2px;
    text-align: center;
}


/*公司访问记录*/
.company-visit-text{
    width: 100px;
    height: 50px;
    color: #999;
    position: absolute;
    font-size: 14px;
    margin-top: 10px;
}
.company-visit-text.iscert{
    margin-top: 25px;
}
.company-visit{
    background: url(../../images/website/visit_btn.png);
    width: 100px;
    height: 50px;
    background-size: 200px 50px;
    font-size: 12px;
    position: absolute;
    margin-top: 10px;
    padding-top: 28px;
    color: #999;
    cursor: pointer;
    margin-left: 2px;
    z-index: 400;
}
.company-visit.iscert{
    margin-top: 25px;
    display: none;
}
.visit-depanel{
    display: none;
    position: absolute;
    width: 470px;
    height: 390px;
    padding: 10px;
    padding-top: 20px;
    margin-top: -10px;
    margin-left: 80px;
    cursor: default;
}
.visit-depanel .demodal{
    background: #fff;
    box-shadow: 0 2px 10px rgba(0,0,0,0.25);
    border-radius: 4px;
}
.visit-depanel .chart-title{
    font-size: 14px;
    color: #333;
    text-align: left;
    margin-bottom: 12px;
}
.visit-depanel .wrap{
    padding: 15px;
    padding-bottom: 25px;
}
.visit-depanel .chart{
    position: relative;
    background: #F3F9FE !important;
    height: 215px;
    width: 420px;
}
.visit-depanel .chart>.load{
    width: 40px;
    position: absolute;left:50%;top:40%;
    margin-left: -20px;
}
.visit-depanel .foot{
    border-top: solid 1px #E5E5E5;
    text-align: left;
    padding: 15px;
    line-height: 32px;
    font-size: 14px;
}
.visit-depanel .foot .btn{
    font-size: 12px;
    width: 90px;
}
.company-visit:hover .visit-depanel{
    display: block;
}
.company-btoolbar .hot-news{
    float: left;
    height: 25px;
    overflow-y: hidden;
    width: 700px;
    position: relative;
}
.company-btoolbar .item{
    position: absolute;
    transition: transform .3s;
    
}
.company-btoolbar .item a{
    display: inline-block;
    max-width: 546px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.company-btoolbar .item span{
    overflow: hidden;
    display: inline-block;
}
.company-btoolbar .item a:hover {
    color: #128bed;
}
.company-btoolbar{
    background: #fcfcfc;
    border-top: solid 1px #eee;
    padding: 8px 20px;
    margin-left: -15px;
    margin-right: -15px;
}

.company-btoolbar .bar-btn{
    margin-left: 5px;
    display: inline-block;
    position: relative;
    padding-left: 30px;

}
.company-btoolbar .bar-btn:hover{
    color: #128bed;
}
.company-btoolbar .bar-icon{
    background-image: url(../../images/website/btoolbar_icon2.png);
    background-size: 80px 20px;
    width: 20px;
    height: 20px;
    display: inline-block;
    position: absolute;
    margin-left: -22px;
    top: 2px;
}
.company-btoolbar .bar-icon-report{
    background-position: -20px 0px;
}
.company-btoolbar .bar-icon-feedback{
    background-position: -40px 0px;
}
.company-btoolbar .bar-icon-app{
    background-position: -60px 0px;
}
.company-btoolbar .bar-phoneview{
    z-index: 70;
    margin-top: 6px;
    margin-left: -180px;
}

/*企业反馈纠错维度*/
.se-item{
    width: 80px;
    border: 1px solid #ddd;
    display: inline-block;
    font-size: 13px;
    text-align: center;
    margin-right: 10px;
    line-height: 30px;
    border-radius: 2px;
    margin-bottom: 10px;
}
.se-item.active{
    color: #128bed;
    border-color: #128bed;
}

/*报告弹窗*/
.report-modal{
    width: 1100px !important;
}
.report-modal .modal-body{
    padding: 0px;
    padding-bottom: 5px;
}
.report-modal .demolink{
    margin-top: 15px;
    margin-bottom: 5px;
}
.report-newpanel{
    padding: 10px;
    background: #F8F8F8;
}
.report-modal .cell{
    padding: 10px 10px;
    background: #fff;
    float: left;
    width: 249px;
    border:solid 1px #eee;
}

.report-modal .cell:not(:last-child){
    margin-right: 10px;
}

.report-modal .cell .clearfix{
    color: #666;
    min-height: 350px;
}

.report-modal .icon-vip-free{
    background-image: url(/material/theme/chacha/cms/v2/images/icon_vip_free.png);
    background-size: 41px 14px;
    display: inline-block;
    width: 41px;
    height: 14px;
    position: relative;
    top: 2px;
    left: 2px;
}
.report-modal .icon-free{
    background-image: url(/material/theme/chacha/cms/v2/images/icon_free.png);
    background-size: 26px 14px;
    display: inline-block;
    width: 26px;
    height: 14px;
    position: relative;
    top: 2px;
    left: 2px;
}
.report-modal .cell .lo, .report-modal .cell .de, .report-modal .cell .ma{
    display: inline-block;
    color: #999;
}
.report-modal .cell .lo{
    width: 550px;
}
.report-modal .cell .de{
    width: 250px;
}
.report-modal .cell .ma{
    width: 300px;
}
.report-modal .cell .wqu{
    padding-left: 6px;
}
.report-modal .cell .wqu:before{
    content: " ";
    display: inline-block;
    width: 6px;
    height: 6px;
    background: #128bed;
    border-radius: 50%;
    position: relative;
    top:-3px;
    left: -3px;

}
.report-modal .title{
    font-size: 16px;
    color: #333;
}
.report-modal .btns{
    margin-top: 15px;
}
.report-modal .btns .ntag{
    margin-left: 0px;
}

/*报告新弹窗*/
.report-panelnew{
    padding: 15px;
    background: #F8F8F8;
}
.report-modal .bar{
    background: #fff;
    height: 60px;
    border:solid 1px #eee;
    color: #666;
    padding: 9px 15px;
}
.report-modal .bar .report-email{
    float: left;
}
.report-modal .bar .report-email>input{
    margin-left: 10px;
    width: 320px;
}
.report-modal .bar .m_question{
    top: 3px;
}
.report-modal .bar .tooltop{
    margin-left: 200px;
}
.report-modal .bar .tent-radio{
    float: right;
    margin-top: 7px;
}
.report-modal .newcell-wrap{
    background: #fff;
    width: 526px;
    float: left;
    border:solid 1px #eee;
    border-bottom: none;
}

.report-modal .newcell{
    height: 138px;
    width: 100%;
    padding: 24px 15px;
    position: relative;
}
.report-modal .newcell{
    border-bottom: solid 1px #eee;
}
.report-modal .newcell .title{
    line-height: 22px;
    font-size: 14px;
    font-weight: 600;
}
.report-modal .newcell .img{
    height: 90px;
    width: 90px;
    float: left;
    margin-right: 10px;
}
.report-modal .newcell .img>img{
    height: 100%;
}
.report-modal .newcell .newbtns{
    position: absolute;
    right: 15px;
    top: 50%;
    margin-top: -15px;
}
.report-modal .newcell .newbtns>.btn{
    width: 82px;
}
.report-modal .newcell .newlink{
    

}
.report-modal .newcell .desc{
    margin-top: 2px;
    width: 372px;
    height: 46px;
    line-height: 22px;
    color: #999;
}
.report-modal .newcell.lasth{
    height: 276px;
}
.report-modal .newcell .ntag{
    position: relative;
    top: -2px;
}

.report-modal .newcell .relatedlist{
    position: absolute;
    width: 260px;
    top: 125px;
    left: 115px;
    height: 88px;
    overflow-y: auto;
    background: #F6F6F6;
    padding: 0px 5px;
}
.report-modal .newcell .relatedlist .checkbox{
    margin-top: 5px !important;
    margin-bottom: 0px;
    width: 45%;
    float: left;
}
.report-modal .newcell .relatedlist .checkbox input[type=checkbox]{
    font-size: 24px;
    margin-top: 4px;
    margin-right: 5px;
}
.report-modal .btn{
    font-size: 12px;
    display: inline-block;
    width: 90px;
    box-shadow: none;
    outline: none;
    float: right;
}
.report-container{
    padding: 20px;
    border: solid 1px #eeeeee;
    background: #fff;
    position: relative;
}
.report-container .page-des{
    position: absolute;
    color: #999;
    right: 20px;
    top:25px;
}
.report-container .page-des>a{
    color: #333;
}
.report-container .btn{
    font-size: 12px;
    width: 90px;
}
.report-panel{
    box-shadow: none;
    border: solid 1px #eee;
    position: relative;
}
.report-panel .panel-heading{
    background: #F8F8F8;
    border-bottom: solid 1px #eee;
}
.report-panel .panel-heading h2{
    font-size: 14px;
    font-weight: normal;
    color: #333;
    line-height:25px;
    margin: 0px;
    max-width: 1000px;
}
.report-panel .panel-heading h2>a{
    display: inline-block;
}
.report-panel .panel-heading h2>a:hover{
    color: #128bed;
}
.report-panel .tent{
    
}
.report-panel .tenthead{
    float: left;
    font-size: 16px;
    color: #222;
    width: 100px;
}
.report-panel .tents{
    float: left;
    font-size: 14px;
    color: #444;
    width: 800px;
    padding: 0px;
    margin-left: -10px;
    line-height: 2.2;
}
.report-panel .tents li{
    margin-bottom: 7px;
}
.report-panel .tents .wdu{
    padding-left: 14px;
}
.report-panel .tents .wdu:before{
    content: " ";
    display: inline-block;
    position: relative;
    width: 8px;
    height: 8px;
    background: #128bed;
    border-radius: 50%;
    left: -12px;
}
.report-panel .tents:after {
    content: " ";
    height: 1px;
    background: #eee;
    position: absolute;
    left: 115px;
    right: 0;
    bottom: 60px;
}
.report-panel .tent-radio{
    float: left;
}
.report-email>label{
    display: inline-block;
    line-height: 40px;
    font-size: 16px;
    margin-right: 10px;

}
.report-email>input{
    display: inline-block;
    width: 464px;
    height: 40px;
}
.report-relat-modal .checkbox input{
    position: relative;top: 2px;
}

/*企业问答右边栏*/
.qa-section .qa_lo{
    width: 50px;
    display: inline-block;
}
.qa-section .qa_lo+span{
    display: inline-block;
    color: #999;
    font-size: 14px;
    position: relative;
    top: 4px;
    left: 6px;
}
.qa-section .qa_pic{
    width: 230px;
    display: block;
    margin: auto;
}
.qa-section .qa_question_btn{
    display: block;
    width: 100%;
}
.qa-section .ask-footer{
    min-height: 32px;
    border-radius: 2px;
    border: 1px solid #128bed;
    margin-top: -5px;
    background: #f6f6f6;
}
.qa-section .btn{
    float: right;
    border-radius: 0px;
}
.qa-section .ask-footer textarea{
    float: left;
    width: 194px;
    height: 34px;
    border-color: transparent;
    border-radius: 2px;
    vertical-align: top;
    background-color: #fff;
    resize: none;
    outline: none;
    padding: 7px 10px;
    line-height: 1.15;

}
.qa-section .ask-footer.active textarea{
    width: 100%;
    height: 76px;
}
.qa-section .ask-footer .wordwrap{
    left: 10px;
    bottom: -106px;
    right: auto;
}
.qa-section .more{
    height: 50px;
    line-height: 50px;
    text-align: center;
    border-top: solid 1px #eee;
}
.qa-ul-list{
    line-height: 22px;
}
.qa-ul-list.company-ul{
    display: none;border-top: 1px solid #eeeeee;
}
.qa-ul-list .icon{
    background-size: 16px 16px;
    display: block;
    width: 16px;
    height: 16px;
    position: absolute;
    top: 3px;
    left: 0px;

}
.qa-ul-list .question,.qa-ul-list .answer{
    padding-left: 22px;
    position: relative;
    color: #666;
    word-break: break-all
}
.qa-ul-list .question{
    color: #333;
}
.qa-ul-list .title{
    font-size: 15px;
    color: #333;
    font-weight: 400;
}
.qa-ul-list .question .title{
    font-weight: 600;
}
.qa-ul-list .title .logo{
    width: 40px;
    height: 40px;
    border-radius: 5px;
    object-fit: contain;
    border:solid 1px #eee;
    display: inline-block;
}
.qa-ul-list .title a{
    display: inline-block;
    word-break: keep-all;
    width: 200px;
    text-overflow: ellipsis;
    overflow-x: hidden;
    position: relative;
    top: 6px;
    white-space: nowrap;
}
.qa-ul-list .question .count{
    margin-top: 2px;
    font-size: 12px;
    color: #999;
}

.qa-ul-list .question .icon{
    background-image: url(/material/theme/chacha/cms/v2/images/qa_question_icon.png);
}
.qa-ul-list .answer{
    
}
.qa-ul-list .answer .icon{
    background-image: url(/material/theme/chacha/cms/v2/images/qa_answer_icon.png);
}
.qa-ul-list .list-group-item{
    cursor: pointer;
}
.qa-ul-list .list-group-item:last-child{
    border: none;
}
.qa-ul-list .list-group-item:hover{
    background: #f1f9fe;
}
.qa-ul-list .list-group-item:hover .title{
    color: #128bed;
}

/*保存发票弹窗*/
.savefp-modal .modal-body{
    padding: 0px;
}
.savefp-modal .tax-view{
    float: left;
    width: 352px;
    padding: 15px 8px 15px 20px;
    border-right: solid 5px #F6F6F6;
    min-height: 294px;
    
}
.savefp-modal .tax-view p{
    color: #666;
}
.savefp-modal .tax-view span{
    float: left;
}
.savefp-modal .tax-view span.des{
    color: #333;
    font-weight: 550;
}
.savefp-modal .tax-view span:nth-child(2){
    width: 236px;
}
.savefp-modal .qrcode-view{
    float: right;
    width: 246px;
}
.savefp-modal .tab{
    text-align: center;
    margin-top: 12px;
}
.savefp-modal .tab>a{
    padding: 6px 4px;
    margin-left: 5px;
    margin-right: 5px;
}
.savefp-modal .tab>a.active{
    color: #128bed;
    border-bottom: solid 2px #128bed;
}
.savefp-modal .qrcodewrap{
    text-align: center;
    position: relative;
}
.savefp-modal .qrcode{
    width: 170px;
    height: 170px;
    margin: 25px auto 15px auto;
}
.savefp-modal .qrcodewrap .imgts{
    position: absolute;
    width: 232px;
    top: -2px;
    left: 225px;
    background: #fff;
    box-shadow:0px 0px 5px 0px rgba(0,0,0,0.2);
    text-align: center;
    padding: 15px;
    border-radius: 4px;
    display: none;
}
.savefp-modal .qrcodewrap .imgts>p{
    margin-bottom: 0px;
}
.savefp-modal .qrcodewrap .imgts>p.text-gray{
    margin-top: -5px;
    margin-bottom: 10px;
}
.savefp-modal .qrcodewrap .imgts>img{
    box-shadow:0px 0px 5px 0px rgba(0,0,0,0.1);
    width: 180px;
}
.savefp-modal .qrcode:hover+.imgts{
    display: block;
}
.savefp-modal .loadimg{
    position: absolute;
    left: 50%;
    margin-left: -40px;
    width: 80px;
    top: 45px;
}

.zlchart-tcount{
    padding-top: 40px;
    text-align: center;
}
.zlchart-tcount img{
    width: 40px;
    margin-bottom: 15px;
    
}
.zlchart-tcount .tcount{
    color: #67aef5;
    font-family: PingFangSC-Medium;
    font-size: 56px;
    font-weight: 600;
    margin-right: 15px;
    margin-left: 15px;
}
.zlchart-tcount .t-tip{
    margin-top: 16px;
    color: #999;
    text-align: left;
    line-height:19px;
}

/*认证企业购买界面*/
.certpay-top{
    background: url(/material/theme/chacha/cms/pro/img/certpay_topbg.png?t=3) center -56px;
    background-repeat: no-repeat;
    background-size: 1920px 623px;
    padding-top: 145px;
}

.certpay-area{
    width: 1068px;
    margin:auto;
}
.certpay-panel{
    float: left;
    width: 356px;
    height: 480px;
    background-size: 356px 480px;
    text-align: center;
    padding-top: 270px;
}

.certpay-panel.free{
    background-image: url(/material/theme/chacha/cms/pro/img/certpay_free.png);
}
.certpay-panel.advance{
    background-image: url(/material/theme/chacha/cms/pro/img/certpay_advance.png?t=2);
}
.certpay-panel.super{
    background-image: url(/material/theme/chacha/cms/pro/img/certpay_super.png);
}
.certpay-panel.unite{
    background-image: url(/material/theme/chacha/cms/pro/img/certpay_unite.png);
}
.certpay-panel .price-free{
    font-size: 24px;
    color: #999;
}
.certpay-panel .price{
    font-size: 16px;
    color: #333;
}
.certpay-panel .price>span{
    color:#999;
    font-size: 24px;
    font-weight: bold;
}
.certpay-panel .price.super>span{
    color: #999;
}
.certpay-panel .btn-free{
    display: block;
    font-size: 18px;
    color: #128bed;
    margin-top: 10px;
}
.certpay-panel .btn{
    width: 140px;
    color: #fff;
    background: #FD485E;
    border:solid 1px #FD485E;
    margin-top: 8px;
}
.certpay-panel .btn.advance{
    background: #fff;
    color: #FF7550;
    border-color: #FF7550;
}
.certpay-panel .btn.super{
    background: #fff;
    color: #FD485E;
}
.certpay-panel .btn.unite{
    background: #F2D08B;
    border-color: #F2D08B;
}
.certpay-panel.unite .price>span{
    color: #F2D08B;
}
.certpay-center-bg{
    background: url(/material/theme/chacha/cms/pro/img/certpay_centerbg.png) center;
    background-size: 1920px 210px;
    height: 210px;
    margin-top: -60px;
}
.certpay-container{

}
.certpay-table{
    font-size: 16px;
    border-top: solid 1px #eee;
    border-bottom: solid 1px #eee;
}
.certpay-table td{
    border-right: solid 1px #eee;
    padding: 4px 25px;
    text-align: center;
    height: 64px;
    line-height: 1.4;
}
.certpay-table td:first-child{
    border-left: solid 1px #eee;
    text-align: left;
}
.certpay-table .demotd .demoimg{
    position: absolute;
    margin-left: 250px;
    margin-top: -20px;
    background: #fff;
    box-shadow: 0 2px 10px rgba(0,0,0,0.25);
    padding: 20px;
    border-radius: 4px;
    z-index: 15;
    display: none;
}
.certpay-table .demotd.top .demoimg{
    margin-top: -368px;
}
.certpay-table .demotd .demoimg>img{
    width: 500px;
}
.certpay-table .demotd .demoimg>.title{
    color: #128bed;
    font-size: 18px;
}
.certpay-table .demotd .demoimg>p{
    color: #999;
    font-size: 14px;
}
.certpay-table .demotd{
    cursor: pointer;
}
.certpay-table .demotd:hover{
    color: #128bed;
}
.certpay-table .demotd:hover .demoimg{
    display: block;
}   

.certpay-table .tequan{
    width: 84px;
    position: relative;
    top: 6px;
}
.certpay-table .tequan.vip{
    width: 109px;
    margin-bottom: 15px;
}
.certpay-table .tequanp{
    font-size: 16px;
    color: #666666;
    display: inline-block;
    position: relative;
    top: 4px;
}
.certpay-table .x {
    font-size: 28px;
    font-weight: bolder;
    color: #999;
}
.certpay-table .fa-check {
    font-size: 22px;
    color: #00CC66;
}

.certpay-table .btr{
    background-color: #F5F9FF;
}
.certpay-td-head{
    position: relative;
    vertical-align: top;
}
.certpay-td-head .sign{
    background-image: url(/material/theme/chacha/cms/pro/img/certpay_sign2.png);
    background-size: 140px 28px;
    display: inline-block;
    width: 28px;
    height: 28px;
    position: relative;
    top: 5px;
    left: -5px;
}
.certpay-td-head .sign.advance{
    background-position: -28px 0px;
}
.certpay-td-head .sign.super{
    background-position: -56px 0px;
}
.certpay-td-head .sign.unite{
    background-position: -112px 0px;
}
.certpay-td-head h3{
    margin-bottom: 20px;
    margin-top: 10px;
}
.certpay-td-head h3>img{
    width: 165px;
    position: relative;
    top: 10px;
}
.certpay-td-head .price-free{
    font-size: 24px;
    color: #999;
}
.certpay-td-head .price{
    color: #333;
    font-size: 16px;
}
.certpay-td-head .price>span{
    color: #128bed;
    font-size: 24px;
    font-weight: 600;
}
.certpay-td-head .unite.price>span{
    color: #E8BA80;
    
}
.certpay-td-head .btn{
    width: 140px;
    border:solid 1px #D6D6D6;
    padding: 8px 12px;
    color: #333;
    margin-top: 15px;
}
.certpay-td-head .btn.advance{
    color: #128bed;
    border-color: #128bed;
}
.certpay-td-head .btn.vip{
    color: #fff;
    background: #F9552A;
    border-color: #F9552A;
}
.certpay-td-head .btn.vipk{
    color: #333;
    background: #fff;
    border-color: #D6D6D6;
}
.certpay-td-head .btn.qiye{
    color: #fff;
    background: #128bed;
    border-color: #128bed;
}
.certpay-td-head .btn.svip{
    color: #fff;
    background: #D2A874;
    border-color:#D2A874;
}
.certpay-td-head .btn.super{
    color: #128bed;
    border-color: #128bed;
}
.certpay-td-head .btn.unite{
    background: #E8BA80;
    color: #fff;
    border-color: #E8BA80;
}
.certpay-td-head .text-free{
    color: #999;
    font-size: 24px;
    margin-top: 35px;
}
.certpay-td-head p{
    font-size: 14px;
    color: #999;
    margin-top: 15px;
}
.certpay-td-head .line{
    position: absolute;
    height: 1px;
    background: #E9E9E9;
    left: 25px;
    right: 25px;
    bottom: -10px;
    width: auto;
}
.certpay-td-head .recomend{
    position: absolute;
    background-image: url(/material/theme/chacha/cms/pro/img/certpay_recomend.png);
    background-size: 32px 40px;
    width: 32px;
    height: 40px;
    top: 0px;
    left: 8px;
}
.certpay-table .vip-text-bl{
    font-weight: normal;
}
.certpay-table.viptype1 .btr .vip-text-re{
    background: #EDF4FF;
}
.certpay-table.viptype2 .btr .vip-text-pr{
    background: #EDF4FF;
}
.certpay-table.viptype3 .btr .vip-text-hj{
    background: #EDF4FF;
}
.certpay-table.viptype2 .vip-text-re, .certpay-table.viptype3 .vip-text-re{
    color: #333 !important;
}
.certpay-container{
    padding-top: 40px;
    padding-bottom: 25px;
}
.certpay-table:first-child{
   border-bottom: none;
}
.certpay-table:last-child{
   border-top: none;
}
.certpay-table.dan{
    border-top: solid 1px #eee;
    border-bottom: solid 1px #eee;
}
.certpay-container.fixed{
    padding-top: 264px;
}
.certpay-container.fixed .certpay-table:first-child{
    position: fixed;
    background: #fff;
    top: 0px;
    z-index: 10;
    box-shadow: 0 2px 2px rgba(0,0,0,0.05), 0 1px 0 rgba(0,0,0,0.05);
}
.certpay-container.fixed .line{
    display: none;
}
.cert-company-right{
    text-align: left !important;
}
.cert-company-right .logo{
    display: table-cell;
    position: relative;
    padding-bottom: 10px;
}
.cert-company-right .logo>img{
    width: 54px;
    height: 54px;
    border-radius: 6px;
    object-fit: contain;
}
.cert-company-right .info{
    display: table-cell;
    vertical-align: middle;
    padding-bottom: 10px;
    padding-left: 12px;
}
.cert-company-right .title{
    width: 186px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    display: block;
}
.cert-company-right .products{
    margin-top: 25px;
}
.cert-company-right .products .item{
    float: left;
    width: 78px;
    text-align: center;
}
.cert-company-right .products .item img{
    width: 78px;
    height: 60px;
    object-fit: cover;
    border:solid 1px #eee;
}
.cert-company-right .products .item:not(:last-child){
    margin-right: 8px;
}
.cert-company-right .products .item p{
    font-size: 12px;
    color: #333;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.cert-company-right .tags{
    
}
.cert-company-right a:hover{
    color: #128bed;
}

.cert-company-modal .item{
    border:solid 1px #eee;
    padding: 15px;
    margin-bottom: 15px;
}
.cert-company-modal .item .col-ft{
    display: table-cell;
}
.cert-company-modal .item img{
    width: 54px;
    height: 54px;
    object-fit: contain;
    border:solid 1px #eee;
    border-radius: 6px;
}
.cert-company-modal .item h4{
    margin-bottom: 5px;
    margin-top: 5px;
}
.cert-company-modal .item>span{
    color: #666;
}
.cert-company-modal .item .col-bd{
    display: table-cell;
    vertical-align: middle;
    width: 470px;
    padding-left: 15px;
}

.ct .demotd .demoimg{
    position: absolute;
    margin-left: 160px;
    background: #fff;
    box-shadow: 0 2px 10px rgba(0,0,0,0.25);
    padding: 20px;
    border-radius: 4px;
    z-index: 15;
    display: none;
}
.ct .demotd .demoimg>img{
    width: 500px;
}
.ct .demotd .demoimg>.title{
    color: #128bed;
    font-size: 18px;
}
.ct .demotd .demoimg>p{
    color: #999;
    font-size: 14px;
}
.ct .demotd{
    cursor: pointer;
}
.ct .demotd:hover{
    color: #128bed;
}
.ct .demotd:hover .demoimg{
    display: block;
} 

/*搜索列表*/
table.m_srchList .m-risk-tr .ma_h1{max-width: 750px;}
.m-risk-tr{}
.m-risk-tr td{position: relative;}
.m-risk-tr .ma-tag-wrap{margin-top:0px;margin-bottom:0px;}
.m-risk-tr .ntag{background:#FFF2F4;color:#FD485E;margin-top: 2px;margin-bottom: 4px;}
.m-risk-tr .ntag.blue{background:#E7F4FF;color:#128BED;}
.m-risk-tr .ma-risk-item-left{display:inline-block;width: 300px;}
.m-risk-tr .ma-risk-bt{position: absolute;top:50%;right:25px;}
.m-risk-tr .ma-risk-bt a{display: block;margin-top:-14px;}
.intellectual-ntag {clear: both;}
.intellectual-ntag .ntag{background:#EAF2FF;color:#128bed;margin-top: 2px;margin-bottom: 4px;}



/*海外企业查询*/
.oversea_search_input{
    padding-left: 120px;
}
.oversea-select{
    position: relative;
    padding-right: 30px;
    margin-right: 8px;
}
.oversea-select .caret{
    margin-top: -2px;
}
.oversea-select .prefix{
    display: block;
    height: 50px;
    position: absolute;
    font-size: 12px;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    border: 0;
    outline: 0;
    background-color: transparent;
    tap-highlight-color: rgba(0,0,0,0);
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    -moz-tap-highlight-color: rgba(0,0,0,0);
    line-height: 50px;
    left: 10px;
    color: #333333;
    z-index: 10;
    top: -1px;
    
}
.oversea-select .line{
    position: absolute;
    right: 0px;
    width: 1px;
    left: 110px;
    height: 50px;
    top: 0px;
    background: #d8d8d8;
    z-index: 10;
    top: -10px;
}

.oversea-select .country-item>img{
    width: 22px;
    margin-right: 5px;
}
.oversea-select .country-item>span{
    display: inline-block;
    min-width: 38px;
}
.oversea-select .dropdown-menu{
    width: 750px;
    margin-top: 50px;
}
.oversea-country{
    padding: 15px 25px;
    text-align: left;
    padding-right: 0px;
}
.oversea-country h4{
    font-size: 14px;
    display: block;
    margin-top: 10px;
    margin-bottom: 15px;
    color: #999;
}
.oversea-country img{
    width: 22px;
    margin-right: 5px;
}
.oversea-country .pills{
    margin-bottom: 5px;
}
.oversea-country .pills-header{
    line-height: 30px;
    color: #333;
    color: #999;
}

.oversea-country .pills-item{
    width: 100px;
    margin-right: 5px;
    margin-bottom: 5px;
    margin-top: 0px;
    padding: 5px 5px;
    cursor: pointer;
    border:solid 1px #fff;
    word-break: keep-all;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    height: 36px;
}
.oversea-country .pills-item.active{
    border:solid 1px #128bed;
    background: #fff;
    color: #128bed !important;
}
.oversea-country .pills-item:hover{
    background: none;
}
.oversea-country .pills-item:hover>span{
    color: #128bed;
}

.oversea-hideimg .oversea_search_input{
    padding-left: 100px;
}
.oversea-hideimg .line{
    left: 90px;
}
.oversea-hideimg .prefix{
    left: 15px;
}
.oversea-hideimg.nmodal .pills-item{
    padding: 2px 10px;
    height: auto;
}

.oversea-hideimg .pills-item{
    width: auto;
    padding-left: 0px;
    padding-right: 0px;
    margin-left: 0px;
    margin-right: 20px;
    font-size: 14px;
}
.oversea-hideimg img{
    display: none;
}
.oversea-report-text{
    background: #F3F9FE;
    color: #128BED;
    line-height: 30px;
    padding: 15px 20px;
    margin-bottom: 10px;
    border:solid 1px #eee;
}
.oversea-opm .pull-left{
    text-align: left;
    line-height: 1.6;
    padding-left: 30px;
}
.oversea-opm .title{
    font-size: 32px;
    color: #128bed;
    margin-top: 15px;
    font-weight: 600;
}
.oversea-opm .subtitle{
    font-size: 22px;
    color: #128bed;
    margin-top: 10px;
}
.oversea-opm .subtitle .btn{
    margin-left: 15px;
    margin-top: -4px;
    width: 98px;
    font-size: 12px;
}
.oversea-opm img{
    width: 160px;
    margin-right: 20px;
}
.oversea-country .pitem{
    display: inline-block;
    padding: 0px 9px;
    margin: 3px 3px;
}
.oversea-country .pitem:hover, .oversea-country .pitem.active{
    background: #128bed;
    color: #fff;
}
.oversea-country .overline{
    height: 40px;overflow: hidden;
}
.oversea-country .more{
    cursor: pointer;
    float: right;
    margin-right: 25px;
    margin-top: 8px;
    color: #979797;
}
.oversea-country .more:hover{
    color: #128bed;
}
/*招投标详情*/
.reptile-view{
    
}
.reptile-view .title{
  color: #333;
  line-height: 1.2;
}
.reptile-view .des{
  font-size: 14px;
    color: #999;
    margin-top: 20px;
}
.reptile-view .from{
    display: inline-block;
    margin-right: 50px;
}
.reptile-view .from:after{
  content: " ";
  width: 1px;
  height: 16px;
  background: #aaa;
  position: relative;
  display: inline-block;
  left: 25px;
  top: 3px;
}
.reptile-view a{
  color: #128bed;
}
.reptile-view>div{
    color: #333;
    font-size: 16px !important;
    line-height: 1.8 !important;
}

.reptile-view a{
    color: #128bed !important;
}

.reptile-view img{max-width: 100%;}
.reptile-view a{color: #128bed;}
.reptile-view .reward_qrcode_img{width: 200px;}
 
.reptile-view{
    color: #333;
    line-height: 1.6;
    font-size: 16px;
}
.reptile-view p{
    margin-bottom: 8px;
}
.reptile-view>table,.reptile-view>div>table{
    width: 100%;
}
.reptile-view table td{
    min-width: 70px;
}
.reptile-view table table{
    min-width: 500px;
    width: 100%;
    margin: -6px;
}

.reptile-view a{
    text-decoration: none;
    color: #128bed;
}
.reptile-view .block .row:last-child:after{
    border-bottom: 0;
}
.reptile-view table
{
    word-wrap:break-word;
    border-collapse:collapse;
    margin-bottom: 10px;
}
.reptile-view tr,.reptile-view th,.reptile-view td{
    border: 1px solid #ddd;
}

.reptile-view h1,.reptile-view h2,.reptile-view h3,.reptile-view h4,.reptile-view h5,.reptile-view h6 {
    font-size: 16px;
    font-family: "PingFangSC-Medium";
    color: #333333;
    font-weight: bold;
}
.reptile-view td{
    font-size:14px;
    color: #333333;
    padding: 5px;
}
/*类似阿里云滑动展示*/
.kslide-panel{
    width: 280px;
    height: 505px;
    position: relative;
    overflow: hidden;
}


.kslide-item .list-group-item:last-child{
    border-bottom: none;
}


.renzheng-warp{
    position: absolute;
    width: 456px;
    height: 160px;
    background: #fff;
    box-shadow:0px 2px 4px 0px rgba(0,0,0,0.2);
    padding: 16px;
    z-index: 5;
    font-size: 12px;
    font-weight: normal;
    color: #333;
    cursor: default;
    line-height: 25px;
    margin-left: 60px;
    margin-top: 28px;
    visibility: hidden;
    transition: all 0.3s;
}
.renzheng-warp img{
    width: 168px;
    margin-right: 10px;
    float: left;
}
.renzheng-warp .btn{
    width: 98px;
    font-size: 12px;
    margin-left: 60px;
    margin-top: 8px;
}
.renzheng-warp .text-warning{
    line-height: 1.6;
}
.btn-nrenzheng:hover .renzheng-warp{
    visibility: visible;
}
/*手机查看*/
.bar-phoneview{
    background: #fff;
    width: 260px;
    height: 230px;
    padding: 15px 10px;
    position: absolute;
    box-shadow:0px 0px 5px 0px rgba(0,0,0,0.2);
    text-align: center;
    color: #333;
    display: none;
}
.bar-phoneview .cname{
    white-space: nowrap;
    word-break: keep-all;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 0px 15px;
    font-size: 14px;
}
.bar-phoneview .cname em{
    color: #333 !important;
}
.bar-phoneview .wrap{
    margin-top: 10px;
}
.bar-phoneview .qrcode{
    width: 134px;
    height: 134px;
    padding: 5px;
    border:solid 1px #eee;
    display: inline-block;
}
.bar-phoneview .phone-ic{
    width: 66px;
    max-height: 130px;
    margin-left: 5px;
    margin-top: 2px;
    vertical-align: top;
}
.bar-phoneview .text{
    font-size: 13px;
    margin-top: 10px;
}

/*联合认证样式*/
.certunite-topbg{
  background: url(/material/theme/chacha/cms/v2/images/certunite_topbg.png);
  height: 540px;
  background-size: cover;
  background-position: center top;
  width: calc(100vw - 10px);
}
.certunite-bg{
  background: url(/material/theme/chacha/cms/v2/images/certunite_bg.png);
  height: 2598px;
  background-size: cover;
  background-position: center top;
  margin-bottom: -50px;
}
.certunite-topbg .container{
  padding-top: 390px;
  text-align: center;
}
.certunite-topbg .certunite-wa{
  width: 1252px;
}
.certunite-topbg .btn{
  background: #FC6E6B;
  width: 160px;
  color: #fff;
  font-size: 16px;
  padding: 8px 10px;
  margin-bottom: 35px;
  border-radius: 5px;
  box-shadow: 0 2px 4px rgba(0,0,0,.1);
}
.certunite-topbg .btn:hover{
    opacity: .95;
}
.certunite-bg .container{
  padding-top: 360px;
}
.certunite-bg .title{
  text-align: center;
  font-size: 36px;
}
.certunite-bg .title>span{
  font-size: 46px;
  color: #FC6E6B;
}
.certunite-bg .y{
  background: url(/material/theme/chacha/cms/v2/images/certunite_y.png);
  background-size: 16px 16px;
  height: 16px;
  width: 16px;
  display: inline-block;
  position: relative;
  margin-right: 5px;
  margin-left: 5px;
}
.certunite-bg .y1{
  background: url(/material/theme/chacha/cms/v2/images/certunite_y1.png);
  background-size: 36px 36px;
  height: 36px;
  width: 36px;
  display: inline-block;
  position: relative;
  top: -5px;
  margin-right: 10px;
}
.certunite-bg .y2{
  background: url(/material/theme/chacha/cms/v2/images/certunite_y2.png);
  background-size: 36px 36px;
  height: 36px;
  width: 36px;
  display: inline-block;
  position: relative;
  top: -5px;
  margin-left: 10px;
}
.certunite-bg  .section{
  margin-top: 60px;
  padding: 20px;
}
.certunite-bg .ttext{
  font-family:PingFangSC-Semibold;
  font-weight:600;
  font-size: 32px;
  color: #128bed;

}
.certunite-bg li{
  font-size: 16px;
  color: #333;
  padding: 8px 5px;
  cursor: pointer;
  transition: all .3s;
  transform-origin: left;
}

.certunite-bg .text-right li{
  transform-origin: right;
}

.certunite-bg li:hover{
  transform: scale(1.1);
  
  color: #128bed;
}
.certunite-bg .imgcon{
  width: 550px;
  height: 350px;
  background: #fefefe;
  margin-right: 70px;
  margin-top: 20px;
  padding: 10px 25px;
  box-shadow: 0 2px 4px rgba(0,0,0,.1);
  position: relative;
}
.certunite-bg .imgcon .demoimg{
  display: none;
}
.certunite-bg .imgcon .title{
  text-align: left;
  font-size: 18px;
  color: #128bed;
}
.certunite-bg .imgcon img{
  width: 100%;
}
.certunite-bg .imgcon.right{
  margin-left: 210px;
}
.certunite-bg .foot{
  margin-top: 360px;
  text-align: center;
}
.certunite-bg .foot .t1{
  font-family:PingFangSC-Semibold;
  font-weight:600;
  font-size:38px;
  color:rgba(247,250,254,1);
}
.certunite-bg .foot .t2{
  font-size:26px;
  font-family:PingFangSC-Regular;
  color: #fff;
  font-weight: 400;
}
.certunite-bg .foot .t2>span{
  font-size: 36px;
}
.certunite-bg .btn{
  background: #FC6E6B;
  width: 160px;
  color: #fff;
  font-size: 16px;
  padding: 6px 10px;
  margin-top: 30px;
  border-radius: 5px;
  box-shadow: 0 2px 4px rgba(0,0,0,.1);
}
.certunite-bg .btn:hover{
    opacity: .95;
}
.certunite-icons{
  margin-top: 30px;
}
.certunite-icons>div{
  float: left;
  margin-left: 12px;
  margin-right: 12px;
  width: 120px;
  text-align: center;
}
.certunite-icons img{
  width: 50px;
  margin-bottom: 10px;
}
.certunite-icons span{
  display: block;
}

/*批量搜索*/
.batchsearch-bg{
  background:url(/material/theme/chacha/cms/v2/images/bg-batch.png) center;
  padding-top: 20px;
  padding-bottom: 20px;
  background-size: cover;
}
.batchsearch .col-xs-6{
  padding: 50px 100px 50px 100px;
}
.batchsearch .title{
  font-size: 40px;
  color: #fff;
}
.batchsearch .title>img{
    display: block;
    margin-top: 20px;
    margin-bottom: 10px;
}
.batchsearch .subtitle{
  font-size: 20px;
  color: #fff;
}
.batchsearch .des{
  margin-top: 40px;
  margin-left: 20px;
  color: #fff;
  font-size: 14px;
  line-height: 25px;
}
.batchsearch .import-panel{
 padding: 10px;
 background: #fff;
 border-radius: 4px;
 border-top-left-radius: 0px;
}
.batchsearch .import-kuang{
  width: 100%;
  height: 220px;
  border: dashed 1px #D9D9D9;
  text-align: center;
  background: #fff;
  cursor: pointer;
}
.batchsearch .import-upload-field{
  padding-top: 40px;
  padding-bottom: 40px;
}
.batchsearch .import-upload-field>div{
  pointer-events: none;
}
.batchsearch-title{
  font-size: 36px;color: #333;text-align: center;margin-top: 30px; margin-bottom: 30px; }
.batchsearch-text, .batchsearch-excel{
  width: 880px;
  margin:auto;
}
.batchsearch .textpad-panel{
  background: #fff;
  border-radius: 4px;
  border-top-left-radius: 0px;
}
.batchsearch .textpad-kuang{
  width: 100%;
  height: 175px;
  text-align: center;
  padding: 15px;
}
.batchsearch .textpad-foot{
  border-top: solid 1px #E5E5E5;
  padding: 15px;
}
.batchsearch .textpad-kuang textarea{
  width: 100%;
  height: 100%;
  border:none;
  outline: none;
  resize: none;
}
.batch-tab{
  margin-top: 20px;
}
.batch-tab .batch-tab-excel,.batch-tab .batch-tab-text{
  background-image: url(/material/theme/chacha/cms/v2/images/batch_tab.png);
  background-size: 192px 72px;
  float: left;
  width: 96px;
  height: 36px;
}
.batch-tab .batch-tab-excel{
  background-position: 0px -36px;
}
.batch-tab .batch-tab-excel.active{
  background-position: 0px 0px;
}
.batch-tab .batch-tab-text{
  margin-left: -5px;
  background-position: -96px 0px;
  position: relative;
}
.batch-tab .batch-tab-text.active{
  background-position: -96px -36px;
}
.batch-tab .batch-tab-report,.batch-tab .batch-tab-ben{
  background-image: url(/material/theme/chacha/cms/v2/images/batch_tab2.png);
  background-size: 192px 72px;
  float: left;
  width: 96px;
  height: 36px;
}
.batch-tab .batch-tab-report{
    background-position: 0px -36px;
}
.batch-tab .batch-tab-report.active{
    background-position: 0px 0px;
}
.batch-tab .batch-tab-ben{
    margin-left: -5px;
    background-position: -96px 0px;
    position: relative;
}
.batch-tab .batch-tab-ben.active{
    background-position: -96px -36px;
}

.batch-tab .batch-tab-text .icon-new{
  right: 0px;
  top: -5px;
}
.batch-image-cl{
  text-align: center;
  width: 1050px;
  margin: auto;
}
.batch-image-cl .img{
  width: 270px;
  margin-left: 40px;
  margin-right: 40px;
  height: 280px;
  float: left;
  position: relative;
  text-align: center;
}
.batch-image-cl>.img>img{
  width: 100%;
}
.batch-image-cl>.img p{
  font-size: 22px;
  color: #333;
  margin-bottom: 0px;
}
.batch-image-cl>.img a{
  font-size: 14px;
}
.batch-left{
  float: left;width: 550px;
}
.batch-right{
  float: left;
  padding-left: 60px;
  padding-top: 50px;
}
.batch-right li{
  color: #fff;
  font-size: 18px;
  opacity: .9;
}
.batch-right .btn{
  width: 90px;
  border-radius: 2px;
  padding: 6px 10px;
  font-size: 12px;
  margin-top: 12px;
  margin-left: 40px;
  box-shadow: 0 2px 4px rgba(0,0,0,.2);
}
.batch-right .btn:hover{
  opacity: .9;
}
.batch-right .b1{
  color: #fff;
  background: #616DFF;
}
.batch-right .b2{
  color: #128bed;
  background: #fff;
}

/*导入弹出层*/
.qy-import-modal .import-line{
  font-size: 18px;
  color: #000000;
  width: 368px;
  margin-top: 45px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
  height: 14px;
  background: url(../../v2/images/qy_wdj.png);

}
.qy-import-modal .import-line.isuc{
  background-position-y:-14px;
}
.qy-import-modal .import-line.ifail{
  background-position-y:-28px;
}
.qy-import-modal .import-line>div{
  margin-top: -32px;
}
.qy-import-modal  .pre{
  font-size: 18px;
  color: #000000;
  margin-bottom: 18px;
  text-align: center;
}
.qy-import-modal .cont{
  font-size: 14px;
  color: #666666;
  margin-top: 8px;
  margin-left: 0px;
  /*margin-right:37px;*/
}
.qy-import-modal .dow{
  font-size: 16px;
  color: #2C7CE8;
  margin-top: 20px;
  cursor: pointer;
  margin-bottom: 20px;
}

.qy-import-modal .info-icon{
  width: 60px;
  height: 60px;
  display: inline-block;
  background: url(../../v2/images/qy_info.png);
  background-size: 120px 60px;
}
.qy-import-modal .msg{
  font-size: 18px;
  color: #222222;
  margin-top: 10px;
}

.qy-import-modal .load, .qy-import-modal .suc,.qy-import-modal .fail{
  display: none;
  text-align: center;
  height: 260px;
  padding-top: 0px;
}

.qy-import-modal .fail .info-icon{
  background-position: -60px;
}
.qy-import-modal .fail .failList{
  color: #FD485E;
  text-align: center;
  height:145px;
  overflow: auto;
  margin-top: 8px;
}
.qy-import-modal .fail .failList>p{
  margin-bottom: 0px;
}
/*搜索多选*/
.nmulti-drop{
    padding: 0px;
}
.nmulti-drop .clearfix{
    width: 200px;
    height: 270px;
    overflow: hidden;
    position: relative;
}
.nmulti-drop-col{
    padding: 5px 0px;
    height: 255px;
    overflow-y: auto;
    margin-bottom: 0px;
}
.nmulti-drop-col:not(:last-child){
    border-right: solid 1px #eee
}
.nmulti-drop li{
  width: 200px;
}
.nmulti-drop li a{
  display: block;
  padding-left: 15px;
  padding-right: 5px;
  padding-top: 7px;
  padding-bottom: 6px;
  line-height: 1.2;
}

.nmulti-drop li .ltext{
  width: 160px;
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-right: 5px;
  margin: 0px;
  white-space: nowrap;
}
.nmulti-drop li i{
    position: relative;
    top: -4px;
}
.nmulti-drop li ul{
  width: 200px;
  left: 100%;
  top: 0;
  margin-left: -1px;
  margin-top: -1px;
}
.nmulti-drop li .ltext>input{
  margin-right: 5px;
  font-size: 24px;
}
.nmulti-drop li a:hover{
  background-color: #eee !important;
  color: #333 !important;
}
.hchoosen{
  padding-bottom:10px;
  border-bottom: 1px dashed #ccc;
  box-shadow:none;
  margin-bottom:25px;
}
.hchoosen .clearterm{
  float: right;
  color: #128bed;
}
.hchoosen .pills-header{
  color: #333;
  font-size: 14px;
}
.hchoosen .pills-item{
  color: #999;
  border:solid 1px #D6D6D6;
  font-size: 12px;
  max-width: 250px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  word-break: keep-all;
  position: relative;
  margin-right: 10px;
}
.hchoosen .pills-item:hover{
  color: #999 !important;
  border:solid 1px #D6D6D6;
  background: #fff;
}
.hchoosen.click .pills-item{
    color: #128bed !important;
    background: #fff !important;
    border:solid 1px #128bed;
    padding-right: 20px;
}
.hchoosen.click .pills-item:hover{
  color: #fff !important;
  background: #128bed !important;
}
.hchoosen.click .pills-item:after{
  content: "X";
  position: absolute;
  right: 7px;
  top: 1px;
}
.hchoosen.view-result{
    border: solid 1px #eee;
    margin-bottom: 15px;
}
.hchoosen.view-result .pills{
    margin-bottom: 0px;
    margin-top: -5px;
}
.right-certpic{
    display: block;
    width: 282px;
    height: 297px;
    background: url(/material/theme/chacha/cms/v2/images/right_cert_bg2.png);
    background-size: 282px 297px;
    padding-top: 245px;
    padding-left: 48px;
    margin-bottom: 15px;
    border: solid 1px #eee;
}
.right-certpic .btn{
    width: 98px;
}

.two-input-container{
    width: 700px;
    border:solid 1px #D6D6D6;
    margin: auto;
}
.two-input-container .input-wrapper{
    float: left;
    width: 524px;
}
.two-input-container .input-group{
    width: 100%;
    position: relative;
}
.two-input-container .input-wrapper input{
    border:none !important;
}
.two-input-container .input-group:last-child input{
    border-top: solid 1px #EEEEEE !important;
}
.two-input-container .btn{
    float: right;
    margin-top: 24px;
    margin-right: 25px;
    font-size: 18px;
    width: 115px;
    height: 50px;
    border-radius: 4px;
}
.two-input-container .clear-searchkey{
    top: 17px;
    right: 10px;
    display: block;
    display: none;
}
.two-input-container-vert{
    border:solid 1px #D6D6D6;
    display: inline-block;
}
.two-input-container-vert .input-group{
    float: left;
    position: relative;
}
.two-input-container-vert .input-group .form-control{
    width: 320px;
}

.two-input-container-vert .input-wrapper input{
    border:none !important;
}
.two-input-container-vert .input-group:last-child:before{
    content: " ";
    position: absolute;
    width: 1px;
    background: #D6D6D6;
    height: 20px;
    left: 0px;
    top: 8px;
    z-index: 5;
}
.two-input-container-vert .clear-searchkey{
    top: 10px;
    right: 10px;
    display: block;
    display: none;
}
.two-input-container-vert+.btn{
    width: 82px;
    margin-top: -30px;
}
.mind-nologin{
    text-align: center;padding: 5px;
    height: 180px;
}
.mind-nologin img{
    width: 312px;
}

.bigsearch-nav{
    position: relative;
    height: 40px;
}
.bigsearch-nav .nav-wrap{
    background: #fcfcfc;
    box-shadow:0px 1px 3px 0px rgba(0,0,0,0.1);
    height: 40px;
}
.bigsearch-nav .item{
    float: left;
    padding: 0px 10px;
    line-height: 40px;
}
.bigsearch-nav .item>a{
    display: inline-block;
    line-height: 34px;
    font-size: 15px;
    color: #333;
    padding: 0px 5px;
}
.bigsearch-nav .item.active>a{
    color: #128bed;
    border-bottom: solid 2px #128bed;
}

.bigsearch-nav.fixed>.nav-wrap{
    border-top: solid 1px #eee;
    position: fixed;
    z-index: 900;
    width: 100%;
    top: 56px;
    height: 41px;
}

.bigsearch-filter .hchoosen{
    padding-bottom: 5px;margin-bottom: 10px;
}

.bigsearch-filter{
    padding-bottom: 5px;
    margin-bottom: 15px;
}
.bigsearch-filter .pills{
    margin-bottom: 5px;
}
.bigsearch-list{
    border-top:none;
}
.bigsearch-list .panel.b-a{
    border-top: none;
    border-bottom: none;
}
.bigsearch-list .ntable-list{
    margin-bottom: 0px;
}
.bigsearch-list .ntable-list td{
    padding: 15px;
    border-right: none;
    border-left: none;
    border-color: #eee;
}
.bigsearch-list .ntable-list td:not(:last-child){
    padding-right: 0px;
}
.bigsearch-list .ntable-list .title{
    display: block;
    color: #222;
    font-size: 18px;
    margin-bottom: 3px;
    font-weight: bold;
}
.bigsearch-list .tags{
    margin-bottom: 8px;
}
.bigsearch-list .ntable-list .statustd{
    width: 140px;
    padding-left: 0px;
    text-align: right;
}
.bigsearch-list .statustd .status{
    padding: 6px 10px;
    border:solid 1px #eee;
    border-radius: 2px;
    word-break: keep-all;
    white-space: nowrap;
}
.bigsearch-list .content{
    margin-bottom: 6px;
    color: #333;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-clamp: 2;
}
.bigsearch-list .content.clampContent{
    position: relative;
    max-height: 44px;
    padding-right: 0px;
}
.bigsearch-list .content.clampContent .more{
    position: absolute;
    right: 0px;
    bottom: 0px;
    background: #fff;
}
.bigsearch-list tr:hover .content.clampContent .more{
    background: #F5F9FF; 
}

.bigsearch-list .statustd .status.text-primary{
    border-color: #128bed;
    color: #128bed;
    background: #fff;
}
.bigsearch-list .statustd .status.text-success{
    border-color: #009944;
    color: #009944;
    background: #fff;
}
.bigsearch-list .statustd .status.text-danger{
    border-color: #FD485E;
    color: #FD485E;
    background: #fff;
}
.bigsearch-list .rline:not(:last-child){
    margin-bottom: 5px;   
}

.bigsearch-list .ntable-list .imgtd{
    width: 115px;
    vertical-align: middle;
    padding-left: 25px;
    padding-right: 5px;
}
.bigsearch-list .imgtd img{
    width: 80px;
    height: 80px;
    border-radius: 4px;
    object-fit: contain;
}
.bigsearch-list .imgtd .usericon {
    border-radius: 6px;
    width: 80px;
    height: 80px;
}

.bigsearch-list .imgtd .usericon:before{ 
    color: #fff !important; 
}
.bigsearch-list .imgtd .usericon[first-letter]:not([style]):empty:before {
    content: attr(first-letter);
    font-size: 50px;
    height: 80px;
    line-height: 80px;
    color: #95A5A6;
    font-weight: 500;
}


.bigsearch-list .relate-info{
    margin-top: 6px;
    /*padding-top: 10px;*/
    /*border-top: solid 1px #f6f6f6;*/
    color: #999;
    font-size: 14px;
}
.bigsearch-list .relate-info .val{
    color: #666;
}
.bigsearch-list .relate-info a.val{
    color: #128bed;
}
.bigsearch-list .relate-info .val.long-text{
    display: inline-block;
    vertical-align: top;
    max-width: 660px;
}
.bigsearch-list .relate-info .val.long-text>a{
    display: inline-block;
}
.npanel + .bigsearch-filter{
    margin-top: -16px;
}

.relate-info .f{
    margin-right: 25px;
}

/*聚合搜索详情*/
.detail-row .col-md-3{
    width: 315px;
    padding-right: 0px;
}
.detail-row .col-md-9{
    width: 930px;
    padding-right: 0px;
}
.detail-row .panel-heading{
    background: #FCFCFC;
}
.detail-row .panel-heading h2{
    font-size: 16px;
    font-weight: normal;
    color: #333;
    margin: 0px;
    line-height: 30px;
}
.detail-row .ea_item{
    padding: 10px 15px;
    border-bottom: solid 1px #eee;
}
.pdf-contain{
    padding: 15px;
    background: #fff;

}
.pdf-contain .title{
    color: #333;
    font-size: 24px;
    line-height: 1.4;
    font-weight: 500;
    margin-bottom: 5px;
}
.pdf-contain .act{
    margin-top: 10px;
    border:solid 1px #eee;
    width: 100%;
    height: 100vh;
}
.pdf-contain .htmldetail{
    position: relative;
    height: 100%;
    overflow-y: auto;
}
.pdf-contain .rline{
    color: #999;
}
.pdf-contain .rline .f{
    margin-right: 25px;
}

.pdf-contain .rline .val{
    color: #666;
}
.pdf-contain .rline .ran{
    float: right;
}
.pdf-contain .rline .dt{
    display: inline-block;
    padding-left: 30px;
    color: #128bed;
    margin-left: 10px;
    position: relative;
}
.pdf-contain .rline .dt>span{
    display: block;
    position: absolute;
    background: url(/material/theme/chacha/cms/v2/images/icon_ca4@2x.png) no-repeat;
    background-size: 264px 48px;
    height: 24px;
    width: 24px;
    margin-left: -28px;
}
.pdf-contain .rline .dt.card>span{
    background-position: 0px 0px;
}
.pdf-contain .rline .dt.download>span{
    background-position: -168px 0px;
}
.mcategory-list a{
    padding: 10px 15px;
    display: block;
}
.mcategory-list a:hover{
    background: #F2F9FC;
    color: #128bed;
}
.mcategory-list>div:not(:last-child){
    border-bottom: solid 1px #eee;
}

.arcdetail{
    padding: 20px;
}
.arcdetail .title{
    line-height: 1.2;
    color: #333;
    font-size: 26px;
    margin-bottom: 30px;
}
.arcdetail .rline{
    color: #999;
}
.arcdetail .rline .f{
    margin-right: 25px;
}
.arcdetail .rline .val{
    color: #666;
}
.arcdetail .content{
    position: relative;
    margin-bottom: 50px;
    margin-top: 70px;
}
.arcdetail .content a{
    color: #128bed;
}
.arcdetail .content:before {
    content: " ";
    position: absolute;
    right: 0px;
    left: 80px;
    height: 1px;
    top: -25px;
    background: #eee;
}
/*.arcdetail .content:after {
    content: " ";
    position: absolute;
    width: 100%;
    height: 1px;
    bottom: -25px;
    background: #eee;
    transform: scaleY(0.5);
    left: 0px;
}*/
.arcdetail .tline{
  position: absolute;
  font-size: 16px;
  font-weight: 600;
  top: -36px;
  background: #fff;
  padding-right: 15px;
}
.arcdetail .tline:before{
  content: " ";
  display: block;
  position: absolute;
  width: 6px;
  height: 24px;
  background: #128bed;
  left: -20px;
  
}
.arcdetail .fo-txt{
    background: transparent;
    border:none;
    padding: 0px;
    margin: 0px;
    white-space: pre-line;
    font-size: 16px;
    font-family: "Microsoft YaHei",Arial;
    line-height: 1.8;
}
/*同地区同行业*/
.same-property-ellipsis{
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    word-break: keep-all;
    max-width: 200px;
}
.same-property-top{
    font-size: 14px;
    color: #333;
}
.same-property-bottom{
    /*font-size: 14px;*/
    color: #666;
}

.m_company-report-detail{
    position: relative;
    width:282px;
    height:106px;
    font-weight: 600;
    background: url(/material/theme/chacha/cms/v2/images/detail-report.png) 15px 12px no-repeat;
    background-color: white;
    background-size: 130px 82px;
    margin-bottom: 15px;
    border:#EEEEEE 1px solid;
}
.m_company-report-detail > div {
    
}
.m_company-report-detail .ma_title {
    position: absolute;
    right:20px;
    top:16px;
}
.m_company-report-detail .btn {
    position: absolute;
    right:36px;
    bottom:20px;
    height:32px;
    font-size:12px;
    width:82px;
}
.mtlist-tab-contain{
    height: 44px;
}
.mtlist-tab{
    background: #FCFCFC;
    padding: 0px 16px;
    border-top:solid 1px #eee;
    border-bottom:solid 1px #eee;
    margin-top: -1px;
}
.mtlist-tab .item{
    font-size: 14px;
    color: #666;
    line-height: 40px;
    margin-right: 15px;
    display: inline-block;
}
.mtlist-tab .item.active{
    color: #128bed;
    border-bottom: solid 2px #128bed;
}
.mtlist-tab.fixed{
    position: fixed;
    width: 1218px;
    top: 100px;
    z-index: 65;
}
.col-md-9 .mtlist-tab.fixed{
    width: 920.5px;
}

.newdetail-gif{
    position: absolute;
    left: 83px;
    top: 0px;
    width: 36px;
    height: 36px;
    background: url(/material/theme/chacha/cms/v2/images/detail-report-new.gif) no-repeat;
    background-size: 36px 36px;
}
.html-contain a{
    color: #128bed;
}
.nco-bottom .company-list{
    padding: 10px 0px;
}
.nco-bottom .item{
    float: left;
    font-size: 14px;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 15px;
    color: #999;
}
.nco-bottom .item .img{
    width: 54px;
    height: 54px;
    border-radius: 6px;
    float: left;
}
.nco-bottom .item .img>img{
    height: 54px;
    width: 54px;
    border-radius: 6px;
    border:solid 1px #eee;
    object-fit: contain;
}

.nco-bottom .item .content{
    padding-left: 10px;
    padding-right: 5px;
    height: 54px;
    display: table-cell;
    vertical-align: middle;
}
.nco-bottom .item .title,.nco-bottom .item .subtitle{
    width: 158px;
    white-space: nowrap;
    word-break: keep-all;
    overflow: hidden;
    text-overflow: ellipsis;
}
.nco-bottom .item .title a{
    color: #333;
}
.nco-bottom .item .subtitle a{
    color: #999;
}
.nco-bottom .item a:hover{
    color: #128bed;
}
.tda-hight a{
    color: #128bed !important;
}
.tda-hight a>span{
    color: #128bed !important;
}
.nheadn{
    width: 54px;
    height: 54px;
    line-height: 54px;
    border-radius: 6px;
}
.nheadn[first-letter]:not([style]):empty:before{
    color: #fff !important;
    font-size: 20px;
    line-height: 54px;
}
.header-yqhd{
    background: url(/material/theme/chacha/cms/v2/images/nyq3.png);
    width: 24px;
    height: 13px;
    position: absolute;
    background-size: 24px 13px;
    top: 9px;
    left: 56px;
}
.navi-nav.lpan>li .header-yqhd{
    left:  64px;
}

.header-prohd{
    background: url(/material/theme/chacha/cms/v2/images/nyq3.png);
    width: 24px;
    height: 13px;
    position: absolute;
    background-size: 24px 13px;
    top: 9px;
    left: 56px;
}
.navi-nav.lpan>li .header-prohd{
    left:  48px;
}

.header-yqfk{
    background: url(/material/theme/chacha/cms/v2/images/nyq5.png);
    width: 308px;
    height: 258px;
    position: absolute;
    background-size: 308px 258px;
    top: 38px;
    left: -110px;
}
.rcom-wrap{
    border: solid 1px #E4EEF6;
    padding: 10px 8px;
    padding-bottom: 12px;
}
.rcom-wrap .title{
    margin-left: 5px;
    color: #999;
    font-size: 16px;
}
.rcom-wrap .item{
    position: relative;
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 30px;
}
.rcom-wrap .item .name{
    display: block;
    width: 200px;
    overflow: hidden;
    word-break: keep-all;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #333;
}
.rcom-wrap .item .name:hover{
    color: #128bed;
}
.rcom-wrap .item .num{
    position: absolute;
    display: inline-block;
    padding: 0px 2px;
    border-radius: 6px;
    left: 0px;
    top: 20px;
    background: #F6F6F6;
    color: #999;
    height: 20px;
    line-height: 20px;
    text-align: center;
    min-width: 20px;
}
.rcom-wrap .item .num.first{
    color: #128bed;
    background: #E9F3FF;
}
.rcom-wrap .item .percent{
    font-size: 12px;
    color: #128bed;
    position: absolute;
    right: 0px;
    top: 10px;
}
.rcom-wrap .item .bar{
    height: 4px;
    background: #128BED;
    border-radius: 2px;
    margin-top: 6px;
    position: relative;
    overflow: hidden;
}
.rcom-wrap .item .bar>.process{
    position: absolute;
    top: 0px;
    bottom: 0px;
    right: 0px;
    background: #eee;
}

.ntag.vip-n, .ntag.svip-n {
    width: 24px;
    height: 24px;
    background-image: url(../../images/website/icon_vip_tag_new-f1ff0c5c.png);
    background-repeat: no-repeat;
    background-size: contain;
    vertical-align: -6px;
    cursor: default;
    margin-right: 0;
    position: absolute;
    right: 0;
    top: -16px;
}
.hicon-app {
    display: inline-block;
    background-image: url(../../images/website/comm/icon_app.png);
    background-size: 22px 22px;
    width: 22px;
    height: 22px;
}